IUIX_Button::Image Property
From PDF XChange PDF SDK
Gets/sets button image displayed to the left of button text. [in] object must implement IUIX_ImageData or IUIX_Icon interface.
Syntax
HRESULT get_Image([out, retval] IUnknown** ppImage); HRESULT put_Image([in] IUnknown* ppImage);
See Also
See also IUIX_Button, IUIX_ImageData, IUIX_Icon.