Constructor and Description |
---|
DxfWriter(InputStream stream,
CadImage cadImage,
int precision,
int dxfFileFormat) |
DxfWriter(InputStream stream,
CadImage cadImage,
int precision,
int dxfFileFormat,
int specifiedEncoding)
Initializes a new instance of the
DxfWriter class. |
Modifier and Type | Method and Description |
---|---|
boolean |
ICadImageValidator.isValidate(CadImage image)
Logic for checking the need to set a Watermark
|
Modifier and Type | Class and Description |
---|---|
class |
DxfImage
Dxf image class
|
Modifier and Type | Method and Description |
---|---|
static ICadWriter |
CadWriter.getInstanceWriter(InputStream stream,
com.aspose.cad.StreamContainer baseStream,
CadImage cadImage,
int specifiedEncoding,
String filePath)
Get instance writer
|