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 |
---|---|
com.aspose.ms.System.Drawing.Color |
getBackgroundColor()
Gets a background color.
|
com.groupdocs.conversion.options.load.CadDrawTypeMode |
getDrawType()
Gets type of drawing.
|
List<String> |
getFontDirectories() |
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 |
setBackgroundColor(com.aspose.ms.System.Drawing.Color backgroundColor)
Sets a background color.
|
void |
setDrawType(com.groupdocs.conversion.options.load.CadDrawTypeMode drawType)
Sets type of drawing.
|
void |
setFontDirectories(List<String> fontDirectories) |
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
|
setFormat
equals, equals, hashCode, op_Equality, op_Inequality
public CadLoadOptions()
Initializes new instance of CadLoadOptions
class.
public CadFileType getFormat()
LoadOptions
Input document file type
getFormat
in class LoadOptions
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
public com.groupdocs.conversion.options.load.CadDrawTypeMode getDrawType()
public void setDrawType(com.groupdocs.conversion.options.load.CadDrawTypeMode drawType)
public com.aspose.ms.System.Drawing.Color getBackgroundColor()
public void setBackgroundColor(com.aspose.ms.System.Drawing.Color backgroundColor)