Click or drag to resize

PdfFocusImageOption Enumeration

Image conversion options when converting to Excel format.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2026.8.27
Syntax
public enum ImageOption
Members
Member nameValueDescription
AllImages0 This setting means that all images in the PDF document will be converted into the resulting Excel file.
CustomImages1 You can specify which images in the PDF document will be converted into the resulting Excel file.
NoImages2 When converting from PDF to Excel, images will not be converted. The resulting document will be completely image-free.
See Also