Click or drag to resize

PdfDocumentSettings Class

PDF document extraction settings.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.SettingsPdfDocumentSettings

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class PdfDocumentSettings

The PdfDocumentSettings type exposes the following members.

Constructors
 NameDescription
Public methodPdfDocumentSettings Constructor.
Top
Properties
 NameDescription
Public propertyImageExtraction PDF page image extraction.
Public propertyPageExtractedTextCriteria Minimum PDF page extracted text length (in characters) criteria. See remarks.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also