IPXV_OCRRegions::InsertNew Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegions::InsertNew Method}}
 
{{#customTitle:IPXV_OCRRegions::InsertNew Method}}
{{#parentPage:PXV:IPXV_OCRRegions#Methods|InsertNew Method|method}}
+
{{#parentPage:PXV:IPXV_OCRRegions#Methods|InsertNew|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 09:23, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertNew([in]                               ULONG             nFlags,
                  [in]                               PXC_Rect*         pRectOnPage,
                  [in, defaultvalue(-1)]             LONG              nInsertBefore,
                  [out, retval, defaultvalue(NULL)]  IPXV_OCRRegion**  ppNewItem);

Parameters

nFlags
[in] Value of ULONG.
pRectOnPage
[in] Pointer to PXC_Rect.
nInsertBefore
[in, defaultvalue(-1)] Value of LONG.
ppNewItem
[out, retval, defaultvalue(NULL)] Pointer to IPXV_OCRRegion.

Return Value

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

See Also

IPXV_OCRRegions