CadViewInfoLayouts Property |
The list of layouts contained by the CAD drawing.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic IList<Layout> Layouts { get; }
Public ReadOnly Property Layouts As IList(Of Layout)
Get
public:
property IList<Layout^>^ Layouts {
IList<Layout^>^ get ();
}
member Layouts : IList<Layout> with get
Property Value
Type:
IListLayout
See Also