Link Search Menu Expand Document

ImageHandling Enumeration

Defines the image handling way during the XML extraction.

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
public enum ImageHandling
Members
Member nameValueDescription
No0 Do not extract images during the conversion.
OuterFile1 Save images to a sub-folder nearby the HTML file.
Embed2 Embed images to HTML file as data:URI Base64-encoded string.
See Also

Reference