| OCGListMode Enumeration |
Indicates which optional content groups in the
Order array should be displayed to the user.
Namespace: Patagames.Pdf.EnumsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax Public 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