IIXC_Page::PaletteItem Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property PaletteItem of interface IIXC_Page returns/sets Pointer to ULONG ...

Syntax

HRESULT get_PaletteItem([in]           ULONG   nIndex,
                        [out, retval]  ULONG*  stItem);
HRESULT put_PaletteItem([in]  ULONG   nIndex,
                        [in]  ULONG*  stItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IIXC_Page