IPXC_ContentItem::Image_Handle Property

From PDF XChange PDF SDK
Revision as of 02:20, 27 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property Image_Handle of interface IPXC_ContentItem returns/sets Value of ULONG containing the handle of the image that is being/will be used in the content item.

Syntax

HRESULT get_Image_Handle([out, retval]  ULONG*  nHandle);
HRESULT put_Image_Handle([in]  ULONG  nHandle);

See Also

IPXC_ContentItem