PdfRpt.FluentInterface.XHtmlFooterProviderBuilder.PageFooterProperties C# (CSharp) Method

PageFooterProperties() public method

Properties of page footers.
public PageFooterProperties ( XFooterBasicProperties properties ) : void
properties PdfRpt.Core.Contracts.XFooterBasicProperties
return void
        public void PageFooterProperties(XFooterBasicProperties properties)
        {
            _builder.FooterProperties = properties;
        }
XHtmlFooterProviderBuilder