Click or drag to resize

PdfFocusCExcelOptionsSingleSheet Property

Specifies to put all pages from PDF document into a single worksheet. Default value: false.

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

Property Value

Boolean
Remarks
In case of value "false" the each page from PDF will be placed on a separate worksheet in Excel.
See Also