com.groupdocs.conversion.options.load

Class CadLoadOptions

    • Constructor Detail

      • CadLoadOptions

        public CadLoadOptions()

        Initializes new instance of CadLoadOptions class.

    • Method Detail

      • getWidth

        public final int getWidth()

        Sets desired page width for converting CAD document

      • setWidth

        public final void setWidth(int value)

        Sets desired page width for converting CAD document

      • getHeight

        public final int getHeight()

        Sets desired page height for converting CAD document

      • setHeight

        public final void setHeight(int value)

        Sets desired page height for converting CAD document

      • getLayoutNames

        public final String[] getLayoutNames()

        Specifies which CAD layouts to be converted

      • setLayoutNames

        public final void setLayoutNames(String[] value)

        Specififies which CAD layouts to be converted

      • getDrawType

        public com.groupdocs.conversion.options.load.CadDrawTypeMode getDrawType()
        Gets type of drawing.
      • setDrawType

        public void setDrawType(com.groupdocs.conversion.options.load.CadDrawTypeMode drawType)
        Sets type of drawing.
      • getBackgroundColor

        public com.aspose.ms.System.Drawing.Color getBackgroundColor()
        Gets a background color.
      • setBackgroundColor

        public void setBackgroundColor(com.aspose.ms.System.Drawing.Color backgroundColor)
        Sets a background color.
      • getFontDirectories

        public List<String> getFontDirectories()
      • setFontDirectories

        public void setFontDirectories(List<String> fontDirectories)