Packages

 

com.aspose.cad.dxf.core.fileformats.cad.writers

Class DxfWriter

    • Constructor Detail

      • DxfWriter

        public DxfWriter(InputStream stream,
                         CadImage cadImage,
                         int precision,
                         int dxfFileFormat)
      • DxfWriter

        public DxfWriter(InputStream stream,
                         CadImage cadImage,
                         int precision,
                         int dxfFileFormat,
                         int specifiedEncoding)

        Initializes a new instance of the DxfWriter class.

        Parameters:
        stream - The stream.
        cadImage - The cad image.
        precision - The precision.
        specifiedEncoding - The specified encoding.
    • Method Detail

      • write

        public final void write()

        Writes this instance.

        Specified by:
        write in interface ICadWriter