Packages

 

com.aspose.psd.imageloadoptions

Class PngLoadOptions


  • Deprecated. 
    Should be replaced with base "LoadOptions" class because it contains ony one obsolete "StrictMode" property.

    @Deprecated
    public class PngLoadOptions
    extends LoadOptions

    The png load options.

    • Constructor Detail

      • PngLoadOptions

        public PngLoadOptions()
        Deprecated. 

        Initializes a new instance of the PngLoadOptions class.

    • Method Detail

      • getStrictMode

        @Deprecated
        public boolean getStrictMode()
        Deprecated. This redundant property should be replaced with an expression: "LoadOptions.DataRecoveryMode == DataRecoveryMode.ConsistentRecover".

        Gets or sets a value indicating whether [strict mode].

        Returns:
        a value indicating whether [strict mode].
      • setStrictMode

        @Deprecated
        public void setStrictMode(boolean value)
        Deprecated. This redundant property should be replaced with an expression: "LoadOptions.DataRecoveryMode == DataRecoveryMode.ConsistentRecover".

        Gets or sets a value indicating whether [strict mode].

        Parameters:
        value - a value indicating whether [strict mode].