IPXC_Page::PlaceContent Method

From PDF XChange PDF SDK
Jump to: navigation, search


Allows placing content on the page with given flags.

Syntax

HRESULT PlaceContent([in]                   IPXC_Content*  pContent,
                     [in, defaultvalue(0)]  ULONG          nFlags);

Parameters

pContent
[in] Pointer to IPXC_Content containing the content that would be placed on the page.
nFlags
[in, defaultvalue(0)] Value of ULONG containing the place content flags.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_Page