DocumentFormatConfiguration Class |
Namespace: GroupDocs.Redaction.Configuration
The DocumentFormatConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentFormatConfiguration |
Initializes a new instance of DocumentFormatConfiguration class.
|
Name | Description | |
---|---|---|
![]() | DocumentType |
Gets or sets the type of a class, inheriting from DocumentFormatInstance.
|
![]() | ExtensionFilter |
Gets or sets a comma (",") delimited list of file extensions (e.g. ".pdf"), case insensitive.
|
![]() | InitializationData |
Gets or sets data, required for DocumentFormatInstance initialization.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SupportsExtension |
Checks if a given file extension can be handled as DocumentType.
|
![]() | ToString | (Inherited from Object.) |
var adobePhotoshopSettings = new DocumentFormatConfiguration(); adobePhotoshopSettings.ExtensionFilter = ".psd"; adobePhotoshopSettings.DocumentType = typeof(MyAdobePhotoshopFormatInstance);