PdfFocusCExcelOptionsPreservePageLayout Property |
Preserve original page layout or place all tabular data before textual data. Default value: true.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.4.23
Syntaxpublic bool PreservePageLayout { get; set; }
Public Property PreservePageLayout As Boolean
Get
Set
Property Value
Boolean
Remarks
In case of false, all tables will be placed before textual data.
See Also