Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.OptionalContentOrderTreeEntry
Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentGroupTree
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 group tree. The tree is used on Order to construct tree like structure for
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.OptionalContentOrderTreeEntry
Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentGroupTree
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 OptionalContentGroupTree type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OptionalContentGroupTree(OrderTreeEntry) |
Initializes a new instance of the OptionalContentGroupTree class.
| |
OptionalContentGroupTree(String, OrderTreeEntry) |
Initializes a new instance of the OptionalContentGroupTree class.
|
Properties
Name | Description | |
---|---|---|
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
Entries |
Gets the entries.
| |
EntryType |
Gets the type of the entry.
(Overrides OrderTreeEntryEntryType.) | |
Name |
Gets or sets the name of the optional content group, suitable for presentation in a reader’s user interface.
(Inherited from OrderTreeEntry.) | |
ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also