VisibilityPolicy Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed visibility policies.

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 enum VisibilityPolicy
Members

  Member nameValueDescription
AllOn0 Visible only if all of the entries in OCGs are ON
AnyOn1 Visible if any of the entries in OCGs are ON
AnyOff2 Visible if any of the entries in OCGs are OFF
AllOff3 Visible only if all of the entries in OCGs are OFF
See Also

Reference