Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentProperties
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents an optional content properties, which contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentProperties
Namespace: Apitron.PDF.Kit.FixedLayout.OptionalContent
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The OptionalContentProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OptionalContentProperties |
Initializes a new instance of the OptionalContentProperties class.
|
Properties
Name | Description | |
---|---|---|
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
Configs |
Gets an array of alternate optional content configurations.
| |
DefaultConfig |
Gets or sets the default viewing OptionalContentConfiguration.
| |
Groups |
Gets an array of all the optional content groups in the document, in any order. Every optional content group shall be included in this array.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also