Link Search Menu Expand Document

ImageHandling Enumeration

Defines the image handling way during the XML extraction.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public enum ImageHandling
Members
Member nameValueDescription
None0 Do not extract images during the conversion.
OuterFile1 Save images to folder specified by ImageFolder property and add the image file path to XML.
Embed2 Embed images to XML file as Base64 string.
See Also

Reference