CadDocumentInfo
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class CadDocumentInfo extends DocumentInfo
Contains Cad document metadata
Constructors
| Constructor | Description |
|---|---|
| CadDocumentInfo(Image cad, FileType format, long size) |
Methods
| Method | Description |
|---|---|
| getWidth() | width |
| getHeight() | height |
| getLayouts() | layouts in the document |
| getLayers() | layers in the document |
CadDocumentInfo(Image cad, FileType format, long size)
public CadDocumentInfo(Image cad, FileType format, long size)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| cad | com.aspose.cad.Image | |
| format | FileType | |
| size | long |
getWidth()
public int getWidth()
width
Returns: int - width
getHeight()
public int getHeight()
height
Returns: int - height
getLayouts()
public List<String> getLayouts()
layouts in the document
Returns: java.util.List<java.lang.String> - layouts in the document
getLayers()
public List<String> getLayers()
layers in the document
Returns: java.util.List<java.lang.String> - layers in the document