BeginOrder
IPDFDocument4 :: Content Groups

See Also
Collapse All

This method creates and begins an order for optional content groups in a PDF document.

Syntax

HRESULT BeginOrder (
BSTR orderName
)
Parameters
orderName
Name of the order

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

Remarks

Call EndOrder when you finish adding content groups in order.

See AddContentGroup for an example.

See Also

Reference