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