IUIX_InfoBtn::DrawTextFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
 
{{#customTitle:IUIX_InfoBtn::DrawTextFlags Property}}
{{#parentPage:PXV:IUIX_InfoBtn#Properties|DrawTextFlags Property|property}}
+
{{#parentPage:PXV:IUIX_InfoBtn#Properties|DrawTextFlags|property}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 09:59, 23 May 2015


Gets/sets parameters of how 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*  pDrawTextFlags);
HRESULT put_DrawTextFlags([in]  LONG  pDrawTextFlags);

See Also

IUIX_InfoBtn