OptionalContentProperties Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

SystemObject
  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

public class OptionalContentProperties : Resource

The OptionalContentProperties type exposes the following members.

Constructors

  NameDescription
Public methodOptionalContentProperties
Initializes a new instance of the OptionalContentProperties class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyConfigs
Gets an array of alternate optional content configurations.
Public propertyDefaultConfig
Gets or sets the default viewing OptionalContentConfiguration.
Public propertyGroups
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.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference