This document is archived and information here might be outdated. Recommended version. |
Indicates if a GDI comment is output for text.
[Visual Basic .NET]
Public Property OutputGDICommentForText As Boolean
[C#]
public bool OutputGDICommentForText {get; set;}
[C++]
HRESULT get_OutputGDICommentForText(
Boolean* Text
);
[C++]
HRESULT put_OutputGDICommentForText(
VARIANT_BOOL Text
);
[C++] Parameters Text [out, retval]
Text is a parameter of type bool* Text [in]
Text is a parameter of type bool