PdfRpt.FluentInterface.DocumentPreferencesBuilder.CustomPageSize C# (CSharp) Method

CustomPageSize() public method

Sets the page size to PageSize.A4 for instance.
public CustomPageSize ( iTextSharp pageSize ) : void
pageSize iTextSharp selected page size
return void
        public void CustomPageSize(iTextSharp.text.Rectangle pageSize)
        {
            _pdfReport.DataBuilder.DefaultPageSize(pageSize);
        }