Click or drag to resize

PdfFocusCExcelOptionsPreservePageLayout Property

Preserve original page layout or place all tabular data before textual data. Default value: true.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public bool PreservePageLayout { get; set; }

Property Value

Boolean
Remarks
In case of false, all tables will be placed before textual data.
See Also