Click or drag to resize

OCGPolicy Enumeration

Represents visibility policy for content belonging to membership.

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum OCGPolicy
Members
  Member nameValueDescription
AllOn0 Visible only if all of the elements in OCGs are On.
AnyOn1 Visible if any of the elements in OCGs are On.
AnyOff2 visible if any of the elements in OCGs are Off
AllOff3 visible only if all of the elements in OCGs are Off
Unspecified4 No such entry in the underlying dictionary.
See Also