PdfFocusCExcelOptionsSingleSheet Property |
Specifies to put all pages from PDF document into a single worksheet. Default value: false.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.4.23
Syntaxpublic bool SingleSheet { get; set; }
Public Property SingleSheet As Boolean
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