Click or drag to resize

PDFDocGetOCGs Method

Gets the oC gs.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetOCGs()

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