Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The IXMLExtractor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetXML |
Extracts XML data from whole document as string.
|
![]() | GetXML(Int32, Int32) |
Extracts XML data from specifed page range.
|
![]() | GetXMLDocument |
Extracts XML data from whole document as XmlDocument.
|
![]() | GetXMLDocument(Int32, Int32) |
Extracts XML data from whole document as XmlDocument.
|
![]() | GetXMLDocumentFromPage |
Extracts XML data from specified document page as XmlDocument.
|
![]() | GetXMLFromPage |
Extracts XML data from specified document page as string.
|
![]() | SavePageXMLToFile |
Saves page XML data to file.
|
![]() | SavePageXMLToStream |
Saves page XML data to stream.
|
![]() | SaveXMLToFile(String) |
Saves XML data to file.
|
![]() | SaveXMLToFile(Int32, Int32, String) |
Saves XML data from specified page range to file.
|
![]() | SaveXMLToStream(Stream) |
Saves XML data to stream.
|
![]() | SaveXMLToStream(Int32, Int32, Stream) |
Saves XML data from specified page range to stream.
|
See Also