OptionalContentGroup Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an optional content group.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.OptionalContentOrderTreeEntry
      Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentGroup

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 sealed class OptionalContentGroup : OrderTreeEntry

The OptionalContentGroup type exposes the following members.

Constructors

  NameDescription
Public methodOptionalContentGroup
Initializes a new instance of the OptionalContentGroup class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyEntryType
Gets the type of the tree entry.
(Overrides OrderTreeEntryEntryType.)
Public propertyIntentNames
A single intent name or an array containing any combination of names. PDF defines two names, View and Design, that may indicate the intended use of the graphics in the group. A conforming reader may choose to use only groups that have a specific intent and ignore others. Default value: View.
Public propertyName
Gets or sets the name of the optional content group, suitable for presentation in a reader’s user interface.
(Inherited from OrderTreeEntry.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyUsage
Gets a usage object describing the nature of the content controlled by the group. It may be used by features that automatically control the state of the group based on outside factors.
Top
See Also

Reference