Click or drag to resize

PdfFocusToXml(String, Int32, Int32) Method

Saves a specific PDF page or diapason of pages to XML file

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public int ToXml(
	string fileName,
	int fromPage,
	int toPage
)

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.com
See Also