OptionalContentConfiguration Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents an optional content configuration for PDF processing of applications or features.
Inheritance Hierarchy
Bytescout.PDFOptionalContentConfiguration
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The OptionalContentConfiguration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BaseState | Gets or sets the value that indicates the status of all the optional content groups in a document. | |
| Creator | Gets or sets the name of the application or feature that created this configuration. | |
| Name | Gets or sets the name for the configuration; suitable for presentation in a user interface. | |
| OFF | Gets the collection of optional content groups whose state should be set to OFF when this configuration is applied. | |
| ON | Gets the collection of optional content groups whose state should be set to ON when this configuration is applied. | |
| Order | Gets the Bytescout.PDF.OptionalContentGroup specifying the recommended order for presentation of optional content groups in a user interface. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also