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 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegions::InsertNew Method}}
 
{{#customTitle:IPXV_OCRRegions::InsertNew Method}}
Line 27: Line 28:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_OCRRegions|IPXV_OCRRegions]].
+
[[PXV:IPXV_OCRRegions|IPXV_OCRRegions]].

Revision as of 06:40, 20 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.