Gets the order.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetOrder As Obj
public:
virtual Obj^ GetOrder() sealed
Return Value
Type:
Obj the Obj Array that specifies the order of optional content (OC) groups
in this configuration or NULL if the configuration does not contain any OCGs.
The order of OCGs in the Array is used to represent the order in which the
group names are displayed in the Layers panel of a PDF viewer application.
For more information, please refer to Section 4.10.3 in the PDF Reference.
See Also