IPXV_OcrRgnList::InsertNew Method

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

Latest revision as of 00:53, 9 May 2019


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertNew([in]                               PXV_OcrZoneType  nType,
                  [in]                               PXC_Rect*        stRect,
                  [in, defaultvalue(-1)]             LONG             nInsertBefore,
                  [out, retval, defaultvalue(NULL)]  IPXV_OcrRgn**    pNewItem);

Parameters

nType
[in] Value of PXV_OcrZoneType.
stRect
[in] Pointer to PXC_Rect.
nInsertBefore
[in, defaultvalue(-1)] Value of LONG.
pNewItem
[out, retval, defaultvalue(NULL)] Pointer to IPXV_OcrRgn.

Return Value

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

See Also

IPXV_OcrRgnList