IIXC_Page::PaletteItem Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(No difference)

Latest revision as of 23:48, 11 August 2015


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