IUIX_InfoBtn::DrawTextFlags Property

From PDF XChange PDF SDK
Revision as of 16:23, 15 June 2015 by Johnv (Talk | contribs)

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


Gets/sets parameters of how the info button text will be displayed. See UIX_DrawStringFlags enumeration for a full list of available text drawing flags.

Syntax

HRESULT get_DrawTextFlags([out, retval]  LONG*  nDrawTextFlags);
HRESULT put_DrawTextFlags([in]  LONG  nDrawTextFlags);

See Also

IUIX_InfoBtn