 | OCGListMode Enumeration |
Indicates which optional content groups in the
Order array should be displayed to the user.
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 OCGListMode
public enum class OCGListMode
Patagames.Pdf.Enums.OCGListMode = function();
Patagames.Pdf.Enums.OCGListMode.createEnum('Patagames.Pdf.Enums.OCGListMode', false);
Members
| Member name | Value | Description |
---|
| AllPages | 0 |
Display all groups.
|
| VisiblePages | 1 |
Display only those groups that are referenced by one or more visible pages.
|
See Also