Link Search Menu Expand Document

IXMLExtractor Methods

The IXMLExtractor type exposes the following members.

Methods
NameDescription
Public methodGetPageXMLAsVariant
Returns extracted XML data as array of bytes. This is COM/ActiveX-compatible version of the method SavePageXMLToStream(Int32, Stream) for in-memory processing of PDF documents or images.
Public methodGetXML
Extracts XML data from the entire document as string.
Public methodGetXML(IListInt32)
Extracts XML data from specified page range.
Public methodGetXML(String)
Extracts XML data from specified page range.
Public methodGetXML(Int32, Int32)
Extracts XML data from specified page range.
Public methodGetXMLAsVariant
Returns extracted XML data as array of bytes. This is COM/ActiveX-compatible version of the method SaveXMLToStream(Stream) for in-memory processing of PDF documents or images.
Public methodGetXMLAsVariant(String)
Returns extracted XML data as array of bytes. This is COM/ActiveX-compatible version of the method SaveXMLToStream(String, Stream) for in-memory processing of PDF documents or images.
Public methodGetXMLAsVariant(Int32, Int32)
Returns extracted XML data as array of bytes. This is COM/ActiveX-compatible version of the method SaveXMLToStream(Int32, Int32, Stream) for in-memory processing of PDF documents or images.
Public methodGetXMLDocument
Extracts XML data from the entire document as XmlDocument.
Public methodGetXMLDocument(IListInt32)
Extracts XML data from specified pages as XmlDocument.
Public methodGetXMLDocument(String)
Extracts XML data from specified page ranges as XmlDocument.
Public methodGetXMLDocument(Int32, Int32)
Extracts XML data from specified page range as XmlDocument.
Public methodGetXMLDocumentFromPage
Extracts XML data from specified document page as XmlDocument.
Public methodGetXMLFromPage
Extracts XML data from specified document page as string.
Public methodSavePageXMLToFile
Saves page XML data to file.
Public methodSavePageXMLToStream
Saves page XML data to stream.
Public methodSaveXMLToFile(String)
Saves XML data from the entire document to file.
Public methodSaveXMLToFile(IListInt32, String)
Saves XML data from specified pages to file.
Public methodSaveXMLToFile(String, String)
Saves XML data from specified page ranges to file.
Public methodSaveXMLToFile(Int32, Int32, String)
Saves XML data from specified page range to file.
Public methodSaveXMLToStream(Stream)
Saves XML data to stream.
Public methodSaveXMLToStream(IListInt32, Stream)
Saves XML data from specified pages to stream.
Public methodSaveXMLToStream(String, Stream)
Saves XML data from specified page ranges to stream.
Public methodSaveXMLToStream(Int32, Int32, Stream)
Saves XML data from specified page range to stream.
Top
See Also

Reference