PdfFocusToXml(String, Int32, Int32) Method |
Saves a specific PDF page or diapason of pages to XML file
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.9.26
Syntax public int ToXml(
string fileName,
int fromPage,
int toPage
)
Public Function ToXml (
fileName As String,
fromPage As Integer,
toPage As Integer
) As Integer
Parameters
- fileName String
- Path to the XML file
- fromPage Int32
- The starting page for exporting to XML
- toPage Int32
- The ending page for exporting to XML
Return Value
Int32
0 - saving successfully
2 - can't create output file, check the output path
3 - saving failed, email to
support@sautinsoft.comSee Also