PdfFocusToExcel(Int32, Int32) Method |
Saves a specific PDF page or diapason of pages to Excel workbook and returns it as byte array
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.3.24
Syntaxpublic byte[] ToExcel(
int fromPage,
int toPage
)
Public Function ToExcel (
fromPage As Integer,
toPage As Integer
) As Byte()
Parameters
- fromPage Int32
- The starting page for exporting to Excel
- toPage Int32
- The ending page for exporting to Excel
Return Value
Byte
Array of bytes with Excel document - in case of converting successful.
null - in case of converting failed.
See Also