PdfFocusImageOption Enumeration |
Image conversion options when converting to Excel format.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2026.8.27
SyntaxPublic Enumeration ImageOption
Members| Member name | Value | Description |
|---|
| AllImages | 0 |
This setting means that all images in the PDF document will be converted into the resulting Excel file.
|
| CustomImages | 1 |
You can specify which images in the PDF document will be converted into the resulting Excel file.
|
| NoImages | 2 |
When converting from PDF to Excel, images will not be converted. The resulting document will be completely image-free.
|
See Also