CadViewInfo Class
Represents view information for CAD drawing.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsViewInfo
    GroupDocs.Viewer.ResultsCadViewInfo

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public class CadViewInfo : ViewInfo

The CadViewInfo type exposes the following members.

Constructors
  NameDescription
Public methodCadViewInfo
Initializes new instance of CadViewInfo class.
Properties
  NameDescription
Public propertyFileType
The type of the file.
(Inherited from ViewInfo.)
Public propertyLayers
The list of layers contained by the CAD drawing.
Public propertyLayouts
The list of layouts contained by the CAD drawing.
Public propertyPages
The list of pages to view.
(Inherited from ViewInfo.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ViewInfo.)
See Also