Click or drag to resize

OCGIntent Enumeration

Represents the intended use of the graphics in the optional content group.

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
[FlagsAttribute]
public enum OCGIntent
Members
  Member nameValueDescription
None0 Not specified.
View1 Intended for interactive use by document consumers.
Design2 Intended to represent a document designer’s structural organization of artwork
All3 Indicates the set of all intents, including those not yet defined.
See Also