Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic CadViewInfo(
FileType fileType,
IList<Page> pages,
IList<Layer> layers,
IList<Layout> layouts
)
Public Sub New (
fileType As FileType,
pages As IList(Of Page),
layers As IList(Of Layer),
layouts As IList(Of Layout)
)
public:
CadViewInfo(
FileType^ fileType,
IList<Page^>^ pages,
IList<Layer^>^ layers,
IList<Layout^>^ layouts
)
new :
fileType : FileType *
pages : IList<Page> *
layers : IList<Layer> *
layouts : IList<Layout> -> CadViewInfo
Parameters
- fileType
- Type: GroupDocs.ViewerFileType
The type of the file. - pages
- Type: System.Collections.GenericIListPage
The list of pages to view. - layers
- Type: System.Collections.GenericIListLayer
The list of layers contained by the CAD drawing. - layouts
- Type: System.Collections.GenericIListLayout
The list of layers contained by the CAD drawing.
Exceptions
See Also