The layer visibility indicator.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.3
Syntaxpublic bool Visible { get; }
Public ReadOnly Property Visible As Boolean
Get
public:
property bool Visible {
bool get ();
}
member Visible : bool with get
Property Value
Type:
Boolean
Remarks
The CAD drawing layers that are switched off or frozen are invisible.
To render layers that are invisible, use
Layers option.
See Also