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.PDF2HTMLAssembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
No | 0 | Do not extract images during the conversion. | |
OuterFile | 1 | Save images to a sub-folder nearby the HTML file. | |
Embed | 2 | Embed images to HTML file as data:URI Base64-encoded string. |
See Also