IPXV_InvalidatePagesInfo::GetGroupItem Method

From PDF XChange PDF SDK
Revision as of 07:35, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetGroupItem([in]   ULONG              GroupIndex,
                     [in]   ULONG              ItemIndex,
                     [out]  PXC_RectF*         PageRect,
                     [out]  ULONG*             Flags,
                     [out]  ULONG*             AnnotFlags,
                     [out]  IPXC_Annotation**  Annot);

Parameters

GroupIndex
[in] Value of ULONG.
ItemIndex
[in] Value of ULONG.
PageRect
[out] Pointer to PXC_RectF.
Flags
[out] Pointer to ULONG.
AnnotFlags
[out] Pointer to ULONG.
Annot
[out] Pointer to IPXC_Annotation.

Return Value

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

See Also

IPXV_InvalidatePagesInfo