CadViewInfo constructor

init {#groupdocs.viewer.FileType-System.Collections.Generic.List1[[GroupDocs.Viewer.Results.Page]]-System.Collections.Generic.List1[[GroupDocs.Viewer.Results.Layer]]-System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Layout]]}

Constructs a new instance of CadViewInfo

def __init__(self, file_type, pages, layers, layouts):
    ...
Parameter Type Description
file_type groupdocs.viewer.FileType
pages System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Page]]
layers System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Layer]]
layouts System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Layout]]

See Also