 | OCGEvent Enumeration |
Specifies whether the usage settings should be applied during viewing, printing, or exporting the document.
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 OCGEvent
public enum class OCGEvent
Patagames.Pdf.Enums.OCGEvent = function();
Patagames.Pdf.Enums.OCGEvent.createEnum('Patagames.Pdf.Enums.OCGEvent', false);
Members
| Member name | Value | Description |
---|
| View | 0 |
Specifies whether the usage settings should be applied during viewing the document.
|
| Print | 1 |
Specifies whether the usage settings should be applied during printing the document.
|
| Export | 2 |
Specifies whether the usage settings should be applied during exporting the document.
|
| Unspecified | 3 |
No such entry in the underlying dictionary.
|
See Also