Sets the user interface display order of optional-content groups (OCGs) in
this configuration. This is the order in which the group names are displayed
in the Layers panel of a PDF viewer.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetOrder(
Obj ocgs_Array
)
Public Sub SetOrder (
ocgs_Array As Obj
)
public:
virtual void SetOrder(
[InAttribute] Obj^ ocgs_Array
) sealed
function SetOrder(ocgs_Array);
Parameters
- ocgs_Array
- Type: pdftron.SDFObj
The SDF/Cos object containing the OCG order Array.
For more information, please refer to section 4.10.3 in the PDF Reference.
See Also