Packages

 

com.aspose.cad.imageoptions

Class DxfOptions



  • public class DxfOptions
    extends ImageOptionsBase

    The SVG file format creation options.

    See Also:
    ImageOptionsBase
    • Constructor Detail

      • DxfOptions

        public DxfOptions()
    • Method Detail

      • getVersion

        public final int getVersion()

        Version of output DXF format

      • setVersion

        public final void setVersion(int value)

        Version of output DXF format

      • getBezierPointCount

        public final byte getBezierPointCount()

        How many points to generate when converting Bezier curves to polylines

      • setBezierPointCount

        public final void setBezierPointCount(byte value)

        How many points to generate when converting Bezier curves to polylines

      • getConvertTextBeziers

        public final boolean getConvertTextBeziers()

        Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).

      • setConvertTextBeziers

        public final void setConvertTextBeziers(boolean value)

        Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).

      • getTextAsLines

        public final boolean getTextAsLines()

        Gets or sets a value indicating whether [text as lines].

        Returns:
        true if [text as lines]; otherwise, false.
      • setTextAsLines

        public final void setTextAsLines(boolean value)

        Gets or sets a value indicating whether [text as lines].

        Parameters:
        value - true if [text as lines]; otherwise, false.
      • getDxfFileFormat

        public final int getDxfFileFormat()

        Gets or sets the DXF file format.

        Value: The DXF file format.
      • setDxfFileFormat

        public final void setDxfFileFormat(int value)

        Gets or sets the DXF file format.

        Value: The DXF file format.