PdfFocusToXml(Int32, Int32) Method |
Saves a specific PDF page or diapason of pages to XML document and returns it as string
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.9.26
Syntax public string ToXml(
int fromPage,
int toPage
)
Public Function ToXml (
fromPage As Integer,
toPage As Integer
) As String
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