 | 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
SyntaxPublic Enumeration OCGPolicy
public enum class OCGPolicy
Patagames.Pdf.Enums.OCGPolicy = function();
Patagames.Pdf.Enums.OCGPolicy.createEnum('Patagames.Pdf.Enums.OCGPolicy', false);
Members
| Member name | Value | Description |
---|
| AllOn | 0 |
Visible only if all of the elements in OCGs are On.
|
| AnyOn | 1 |
Visible if any of the elements in OCGs are On.
|
| AnyOff | 2 |
visible if any of the elements in OCGs are Off |
| AllOff | 3 |
visible only if all of the elements in OCGs are Off |
| Unspecified | 4 |
No such entry in the underlying dictionary.
|
See Also