EndMarkedContent
IPDFDocument4 :: Page Operations :: Common

See Also
Collapse All

This method finalizes an optional content group.

Syntax

HRESULT EndMarkedContent (
LONG groupIndex
)
Parameters
groupIndex
Index 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 a value returned by the CreateContentGroup method.

BeginMarkedContent must to be called before using this method.

See the CreateContentGroup for examples.

See Also

Reference