Click or drag to resize

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
Syntax
public enum OCGEvent
Members
  Member nameValueDescription
View0 Specifies whether the usage settings should be applied during viewing the document.
Print1 Specifies whether the usage settings should be applied during printing the document.
Export2 Specifies whether the usage settings should be applied during exporting the document.
Unspecified3 No such entry in the underlying dictionary.
See Also