Gets the oC gs.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetOCGs As Obj
public:
virtual Obj^ GetOCGs() sealed
Return Value
Type:
Obj the Obj Array that contains optional-content groups (OCGs) for
the document, or NULL if the document does not contain any OCGs. The
order of the groups is not guaranteed to be the creation order, and is
not the same as the display order.
See Also