CadDocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class CadDocumentInfo extends DocumentInfo
Contains Cad document metadata
| Constructor | Description |
|---|---|
| CadDocumentInfo(Image cad, FileType format, long size) |
| Method | Description |
|---|---|
| getWidth() | width |
| getHeight() | height |
| getLayouts() | layouts in the document |
| getLayers() | layers in the document |
public CadDocumentInfo(Image cad, FileType format, long size)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| cad | com.aspose.cad.Image | |
| format | FileType | |
| size | long |
public int getWidth()
width
Returns: int - width
public int getHeight()
height
Returns: int - height
public List<String> getLayouts()
layouts in the document
Returns: java.util.List<java.lang.String> - layouts in the document
public List<String> getLayers()
layers in the document
Returns: java.util.List<java.lang.String> - layers in the document
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.