CadDocumentInfo Class
Contains Cad document metadata
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsDocumentInfo
    GroupDocs.Conversion.ContractsCadDocumentInfo

Namespace: GroupDocs.Conversion.Contracts
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public class CadDocumentInfo : DocumentInfo

The CadDocumentInfo type exposes the following members.

Properties
  NameDescription
Public propertyCreationDate
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyFormat
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyHeight
Height
Public propertyItem
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyLayers
Layers in the document
Public propertyLayouts
Layouts in the document
Public propertyPagesCount
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyPropertyNames
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertySize
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyWidth
Width
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 (Inherited from Object.)
See Also