IPXC_AnnotHandler::GetAnnotOrder Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetAnnotOrder([in]                      IPXC_Annotation*  pAnnot,
                      [in, defaultvalue(NULL)]  IPXC_OCContext*   pOCCtx,
                      [out, retval]             double*           nLayer);

Parameters

pAnnot
[in] Pointer to IPXC_Annotation.
pOCCtx
[in, defaultvalue(NULL)] Pointer to IPXC_OCContext.
nLayer
[out, retval] Pointer to double.

Return Value

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

See Also

IPXC_AnnotHandler