Packages

 

com.aspose.cad

Class LoadOptions



  • public class LoadOptions
    extends Object

    Represents the loading options.

    • Constructor Detail

      • LoadOptions

        public LoadOptions()
    • Method Detail

      • getSpecifiedEncoding

        public int getSpecifiedEncoding()

        Gets or sets the specified encoding.

        Returns:
        The specified encoding.
      • setSpecifiedEncoding

        public void setSpecifiedEncoding(int value)

        Gets or sets the specified encoding.

        Parameters:
        value - The specified encoding.
      • getSpecifiedMifEncoding

        public final int getSpecifiedMifEncoding()

        Gets or sets encoding for MIF characters

        Returns:
        Specified MIF character encoding
      • setSpecifiedMifEncoding

        public final void setSpecifiedMifEncoding(int value)

        Gets or sets encoding for MIF characters

        Parameters:
        value - Specified MIF character encoding
      • getDataBackgroundColor

        public com.aspose.cad.Color getDataBackgroundColor()

        Gets or sets the Image background Color.

        Returns:
        The background color.


        Typically the background color is set whenever pixel value cannot be recovered due to data corruption.
      • setDataBackgroundColor

        public void setDataBackgroundColor(com.aspose.cad.Color value)

        Gets or sets the Image background Color.

        Parameters:
        value - The background color.


        Typically the background color is set whenever pixel value cannot be recovered due to data corruption.
      • getUnloadOnDispose

        public final boolean getUnloadOnDispose()

        Whether to unload all data and free memory when Dispose is called

      • setUnloadOnDispose

        public final void setUnloadOnDispose(boolean value)

        Whether to unload all data and free memory when Dispose is called

      • getRecoverMalformedCifMif

        public final boolean getRecoverMalformedCifMif()

        Wether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations

      • setRecoverMalformedCifMif

        public final void setRecoverMalformedCifMif(boolean value)

        Wether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations