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
)
Public Shared Function Create (
doc As PDFDoc,
name As String
) As Group
public:
static Group^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] String^ name
)
pdftron.PDF.OCG.Group.Create = function(doc, 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