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