Click or drag to resize

GroupCreate Method

Creates a new optional-content group (OCG) object in the document.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Group Create(
	PDFDoc doc,
	string name
)

Parameters

doc
Type: pdftron.PDFPDFDoc
The document in which the new OCG will be created.
name
Type: SystemString
The name of the optional-content group.

Return Value

Type: Group
The newly created OCG::Group object.
See Also