IPXV_PagesRegions::Add Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 13:37, 13 April 2015

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Add([in] ULONG nPageIndex, [in, optional] ULONG nFlags, [out, retval, optional] IPXV_PageRegion** ppNewItem);

Parameters

nPageIndex
[in] Value of ULONG.
nFlags
[in, optional] Value of ULONG.
ppNewItem
[out, retval, optional] Pointer to IPXV_PageRegion.

Return Value

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

See Also

See also IPXV_PagesRegions.