ImageHandling EnumerationByteScout PDF To HTML SDK
Defines the image handling way during the XML extraction.

Namespace:  Bytescout.PDF2HTML
Assembly:  Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.4.1.4802-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