OptionalContentMembership Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an optional content membership, which useful to express more complex visibility policies.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentMembership

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 OptionalContentMembership : Resource

The OptionalContentMembership type exposes the following members.

Constructors

  NameDescription
Public methodOptionalContentMembership
Initializes a new instance of the OptionalContentMembership class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyGroups
Gets an array of optional content groups whose states shall determine the visibility of content controlled by this membership.
Public propertyPolicy
Gets or sets the visibility policy for content belonging to this membership. Default value: AllOn
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyVisibilityExpression
Gets or sets a visibility expression, used to compute visibility of content based on a set of optional content groups.
Top
See Also

Reference