PdfDocumentSettings Class

PDF document extraction settings.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class PdfDocumentSettings
Inheritance
Object    PdfDocumentSettings

Constructors

PdfDocumentSettings Constructor.

Properties

ImageExtraction PDF page image extraction.
PageExtractedTextCriteria Minimum PDF page extracted text length (in characters) criteria. See remarks.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also