Click or drag to resize

PdfFocusToXml Method

Overload List
 NameDescription
Public methodCode exampleToXml Saves all pages of the PDF document into XML document and returns it as string
Public methodToXml(Stream) Save all pages of the PDF document to XML document into specified Stream.
Public methodCode exampleToXml(String) Saves all pages of the PDF document to XML file
Public methodToXml(Int32, Int32) Saves a specific PDF page or diapason of pages to XML document and returns it as string
Public methodToXml(Stream, Int32, Int32) Save specific pages of the PDF document to XML document into specified Stream.
Public methodToXml(String, Int32, Int32) Saves a specific PDF page or diapason of pages to XML file
Top
See Also