ImageHandling Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines the image handling way during the XML extraction.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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