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: 2024.12.2
Syntax public bool PreservePageLayout { get; set; }
Public Property PreservePageLayout As Boolean
Get
Set
Property Value
BooleanRemarks
In case of false, all tables will be placed before textual data.
See Also