Click or drag to resize

OCMDVisibilityPolicyType Enumeration

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:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum OCMDVisibilityPolicyType
Members
  Member nameValueDescription
e_AllOn0
e_AnyOn1
e_AnyOff2
e_AllOff3
See Also