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