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
Defines the image handling way during the XML extraction.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Do not extract images during the conversion. | |
OuterFile | 1 | Save images to folder specified by ImageFolder property and add the image file path to XML. | |
Embed | 2 | Embed images to XML file as Base64 string. |
See Also