public final class CadLoadOptions extends LoadOptions implements Serializable
Options for loading CAD documents.
Constructor and Description |
---|
CadLoadOptions()
Initializes new instance of
CadLoadOptions class. |
Modifier and Type | Method and Description |
---|---|
CadFileType |
getFormat()
Input document file type
|
int |
getHeight()
Sets desired page height for converting CAD document
|
String[] |
getLayoutNames()
Specifies which CAD layouts to be converted
|
int |
getWidth()
Sets desired page width for converting CAD document
|
void |
setFormat(CadFileType value)
Input document file type
|
void |
setHeight(int value)
Sets desired page height for converting CAD document
|
void |
setLayoutNames(String[] value)
Specififies which CAD layouts to be converted
|
void |
setWidth(int value)
Sets desired page width for converting CAD document
|
equals, equals, hashCode, op_Equality, op_Inequality
public CadLoadOptions()
Initializes new instance of CadLoadOptions
class.
public final CadFileType getFormat()
Input document file type
public final void setFormat(CadFileType value)
Input document file type
public final int getWidth()
Sets desired page width for converting CAD document
public final void setWidth(int value)
Sets desired page width for converting CAD document
public final int getHeight()
Sets desired page height for converting CAD document
public final void setHeight(int value)
Sets desired page height for converting CAD document
public final String[] getLayoutNames()
Specifies which CAD layouts to be converted
public final void setLayoutNames(String[] value)
Specififies which CAD layouts to be converted