IUIX_Button::IconScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search

Gets or sets the button icon scaling method. Possible scaling methods are specified by the UIX_IconScaleTypes enumeration.

Syntax

HRESULT get_IconScaleType([out, retval]  LONG*  nIconScaleType);
HRESULT put_IconScaleType([in]  LONG  nIconScaleType);

See Also

IUIX_Button