Click or drag to resize

OCGState Enumeration

Represents an optional content group state.

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 OCGState
Members
  Member nameValueDescription
On0 The optional content group is visible.
Off1 The optional content group is invisible.
Unchanged2 The states of all groups are left unchanged.
Unspecified3 No such entry in the underlying dictionary.
See Also