PdfDocumentSettingsImageExtraction Property

PDF page image extraction.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public PdfImageExtraction ImageExtraction { get; set; }

Property Value

PdfImageExtraction

Remarks

If ExtractionType is set to MetadataOnly then this property is ignored. In MetadataOnly mode embedded documents/attachments and embedded media are never extracted.

Default property value: None

See Also