Link Search Menu Expand Document

OptionalContentConfiguration Class

Represents an optional content configuration for PDF processing of applications or features.
Inheritance Hierarchy
SystemObject
Bytescout.PDFOptionalContentConfiguration

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class OptionalContentConfiguration

The OptionalContentConfiguration type exposes the following members.

Properties
NameDescription
Public propertyBaseState
Gets or sets the value that indicates the status of all the optional content groups in a document.
Public propertyCreator
Gets or sets the name of the application or feature that created this configuration.
Public propertyName
Gets or sets the name for the configuration; suitable for presentation in a user interface.
Public propertyOFF
Gets the collection of optional content groups whose state should be set to OFF when this configuration is applied.
Public propertyON
Gets the collection of optional content groups whose state should be set to ON when this configuration is applied.
Public propertyOrder
Gets the Bytescout.PDF.OptionalContentGroup specifying the recommended order for presentation of optional content groups in a user interface.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference