public class CadHeader extends Object
Class describing Cad header
Constructor and Description |
---|
CadHeader()
Initializes a new instance of the
CadHeader class. |
Modifier and Type | Method and Description |
---|---|
int |
getAcadVersion()
Gets the acad version.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> |
getHeaderProperties()
Gets or sets the heder properties.
|
void |
setHeaderProperties(com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> value) |
public com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> getHeaderProperties()
Gets or sets the heder properties.
Value: The heder properties.public void setHeaderProperties(com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> value)
public int getAcadVersion()
Gets the acad version.
Value: The acad version.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.