BeginMarkedContent
IPDFDocument4 :: Page Operations :: Common

See Also
Collapse All

This method initializes the creation of content group.

Syntax

HRESULT BeginMarkedContent (
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 the value returned by the CreateContentGroup method.

Call EndMarkedContent when you finish adding content in a group.

See CreateContentGroup for an example.

See Also

Reference