 | 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
SyntaxPublic Enumeration OCGState
public enum class OCGState
Patagames.Pdf.Enums.OCGState = function();
Patagames.Pdf.Enums.OCGState.createEnum('Patagames.Pdf.Enums.OCGState', false);
Members
| Member name | Value | Description |
---|
| On | 0 |
The optional content group is visible.
|
| Off | 1 |
The optional content group is invisible.
|
| Unchanged | 2 |
The states of all groups are left unchanged.
|
| Unspecified | 3 |
No such entry in the underlying dictionary.
|
See Also