Click or drag to resize

PdfFocusToXml(Int32, Int32) Method

Saves a specific PDF page or diapason of pages to XML document and returns it as string

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

Parameters

fromPage  Int32
The starting page for exporting to XML
toPage  Int32
The ending page for exporting to XML

Return Value

String
String with XML document - in case of converting successful.
null - in case of converting failed.
See Also