Click or drag to resize

PdfImageExtraction Enumeration

PDF page image extraction type.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public enum PdfImageExtraction
Members
Member nameValueDescription
None0 No PDF page images are extracted.
OnlyFailedPdfPages1 Extracts only images on PDF pages that failed due to page extracted text length below the PageExtractedTextCriteria criteria or failed due to page text extraction error (if possible).
AllPdfPages2 Extract all images from all PDF pages.
See Also