Apitron.PDF.Kit.FixedLayout.OptionalContent Namespace

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This namespace contains classes and methods describe the PDF structures used to implement optional content.
Classes

  ClassDescription
Public classAndExpression
This class represents an And expression entry.
Public classEntitiesExpression
This class represents an abstract expression that has a collection of visibility expressions.
Public classNotExpression
This class represents an Not expression entry.
Public classOptionalContentConfiguration
This class represents an optional content configuration, which represent different presentations of a document’s optional content groups for use by conforming readers.
Public classOptionalContentGroup
This class represents an optional content group.
Public classOptionalContentGroupExpression
This class represents an optional content group expression.
Public classOptionalContentGroupTree
This class represents an optional content group tree. The tree is used on Order to construct tree like structure for
Public classOptionalContentMembership
This class represents an optional content membership, which useful to express more complex visibility policies.
Public classOptionalContentProperties
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.
Public classOptionalContentUsage
This class represents usage settings for the OptionalContentGroup.
Public classOrderTreeEntry
This class represents an abstract tree entry for the Order property.
Public classOrExpression
This class represents an Or expression entry.
Public classVisibilityExpressionEntry
This class represents an abstract visibility expression entry.
Enumerations

  EnumerationDescription
Public enumerationIntentName
This enum represents the list of intent names.
Public enumerationListMode
This enum represents the list of allowed display modes for optional content groups, specifying which optional content groups in the Order shall be displayed to the user.
Public enumerationOptionalContentGroupState
This enum represents the list of allowed group's states.
Public enumerationOrderEntryType
This enum represents the list of allowed tree entry of the Order property.
Public enumerationVisibilityExpressionType
This enum represents the list of allowed visibility expression types.
Public enumerationVisibilityPolicy
This enum represents the list of allowed visibility policies.