IIXC_Page::PaletteItem Property

From PDF XChange PDF SDK
Revision as of 23:48, 11 August 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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