PdfRpt.FluentInterface.XHtmlFooterProviderBuilder.PageFooterProperties C# (CSharp) Метод

PageFooterProperties() публичный Метод

Properties of page footers.
public PageFooterProperties ( XFooterBasicProperties properties ) : void
properties PdfRpt.Core.Contracts.XFooterBasicProperties
Результат void
        public void PageFooterProperties(XFooterBasicProperties properties)
        {
            _builder.FooterProperties = properties;
        }
XHtmlFooterProviderBuilder