Enum OCMD.VisibilityPolicyType
Visibility Policy Type. A Visibility Policy is used to determine whether an PDF::Element is visible in a given OCG::Context, depending on whether all groups in OCGs array are "ON" or "OFF", or when any of the groups is "ON" or "OFF".
Namespace: pdftron.PDF.OCG
Assembly: PDFNet.dll
Syntax
public enum OCMD.VisibilityPolicyType
Fields
Name | Description |
---|---|
e_AllOff | visible only if all of the entries in OCGs are OFF. |
e_AllOn | visible only if all of the entries in OCGs are ON. |
e_AnyOff | visible if any of the entries in OCGs are OFF. |
e_AnyOn | visible if any of the entries in OCGs are ON. |