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