SetContentGroupName
IPDFDocument4 :: Content Groups

See Also
Collapse All

This method sets the optional content group name.

Syntax

HRESULT SetContentGroupName (
LONG groupIndex,
BSTR groupName
)
Parameters
groupIndex
Index of the content group

groupName
Name of the content group

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

groupIndex is the value returned by the CreateContentGroup method.

See the CreateContentGroup method for examples.

See Also

Reference