Click or drag to resize

ConfigSetOrder Method

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
)

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