GetContentGroupState
IPDFDocument4 :: Content Groups

See Also
Collapse All

This method retrieves the state of an optional content group.

Syntax

VARIANT_BOOL GetContentGroupState (
LONG groupIndex
)
Parameters
groupIndex
Index of the content group

Return value

The state of the content group. VARIANT_TRUE if the group is visible and VARIANT_FALSE otherwise.

Remarks

groupIndex is a value returned by the CreateContentGroup method.

See the CreateContentGroup method for examples.

See Also

Reference