Packages

 

com.aspose.cad

Class ImageOptionsBase

    • Method Detail

      • getTargetFormat

        public abstract long getTargetFormat()
      • getRotation

        public int getRotation()

        Gets or sets the parameter for rotate, flip, or rotate and flip the image..

      • setRotation

        public void setRotation(int value)

        Gets or sets the parameter for rotate, flip, or rotate and flip the image..

      • getLayers

        public final String[] getLayers()

        Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.

      • setLayers

        public final void setLayers(String[] value)

        Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.

      • getXmpData

        public com.aspose.cad.xmp.XmpPacketWrapper getXmpData()

        Gets or sets the XMP metadata container.

        Returns:
        The XMP data container.
      • setXmpData

        public void setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)

        Gets or sets the XMP metadata container.

        Parameters:
        value - The XMP data container.
      • getSource

        public com.aspose.cad.Source getSource()

        Gets or sets the source to create image in.

        Returns:
        The source to create image in.
      • setSource

        public void setSource(com.aspose.cad.Source value)

        Gets or sets the source to create image in.

        Parameters:
        value - The source to create image in.
      • getPalette

        public com.aspose.cad.IColorPalette getPalette()

        Gets or sets the color palette.

        Returns:
        The color palette.
      • setPalette

        public void setPalette(com.aspose.cad.IColorPalette value)

        Gets or sets the color palette.

        Parameters:
        value - The color palette.
      • getResolutionSettings

        public com.aspose.cad.ResolutionSetting getResolutionSettings()

        Gets or sets the resolution settings.

      • setResolutionSettings

        public void setResolutionSettings(com.aspose.cad.ResolutionSetting value)

        Gets or sets the resolution settings.

      • getVectorRasterizationOptions

        public VectorRasterizationOptions getVectorRasterizationOptions()

        Gets or sets the vector rasterization options.

        Returns:
        The vector rasterization options.
      • setVectorRasterizationOptions

        public void setVectorRasterizationOptions(VectorRasterizationOptions value)

        Gets or sets the vector rasterization options.

        Parameters:
        value - The vector rasterization options.
      • getTimeout

        public final int getTimeout()

        Timeout value for export operation

      • setTimeout

        public final void setTimeout(int value)

        Timeout value for export operation

      • getPc3File

        public final String getPc3File()

        Gets or sets the PC3 file full name.

      • setPc3File

        public final void setPc3File(String value)

        Gets or sets the PC3 file full name.

      • getInterruptionToken

        public final InterruptionToken getInterruptionToken()

        Token that can be used to interrupt export operation

      • setInterruptionToken

        public final void setInterruptionToken(InterruptionToken value)

        Token that can be used to interrupt export operation

      • getUserWatermarkText

        public final String getUserWatermarkText()

        Text for user-generated watermark

      • setUserWatermarkText

        public final void setUserWatermarkText(String value)

        Text for user-generated watermark

      • getUserWatermarkColor

        public final com.aspose.cad.Color getUserWatermarkColor()

        Color for user-generated watermark

      • setUserWatermarkColor

        public final void setUserWatermarkColor(com.aspose.cad.Color value)

        Color for user-generated watermark