Skip to main content

PdfOptionalContentConfiguration Members

Represents different presentations of a document’s optional content groups.

Properties

Name Description
BaseState Gets a state value that is used to initialize the states of all the optional content groups in a document when this configuration is applied.
Creator Gets the name of the application or feature that created this content configuration.
Intent Gets intent names that are used to determine which optional content groups’ states to consider and which to ignore in calculating the visibility of content.
Locked Gets a collection of optional content groups that shall be locked when this configuration is applied.
Name Gets the name of the optional content configuration.
Off Gets the collection of optional content groups whose state shall be set to Off when this configuration is applied.
On Gets the collection of optional content groups whose state shall be set to On when this configuration is applied.
Order Gets the order for presentation of optional content groups.
OrderListMode Gets a name specifying which optional content groups in the PdfOptionalContentConfiguration.Order property will be displayed to the user.
RadioButtonGroups Gets a collection consisting of one or more collections, each of which represents a collection of optional content groups whose states shall be intended to follow a radio button paradigm.
UsageApplication Gets a collection of usage applications specifying which usage categories will be used to automatically manipulate the state of optional content groups.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also