PngLoadOptions Class

Note: This API is now obsolete.

The png load options.
Inheritance Hierarchy
SystemObject
  Aspose.PSDLoadOptions
    Aspose.PSD.ImageLoadOptionsPngLoadOptions

Namespace: Aspose.PSD.ImageLoadOptions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
[ObsoleteAttribute("Should be replaced with base "LoadOptions" class because it contains ony one obsolete "StrictMode" property.")]
public class PngLoadOptions : LoadOptions

The PngLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodPngLoadOptions
Initializes a new instance of the PngLoadOptions class
Properties
  NameDescription
Public propertyBufferSizeHint
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
(Inherited from LoadOptions.)
Public propertyDataBackgroundColor
Gets or sets the Image background Color.
(Inherited from LoadOptions.)
Public propertyDataRecoveryMode
Gets or sets the data recovery mode.
(Inherited from LoadOptions.)
Public propertyProgressEventHandler
Gets or sets the progress event handler.
(Inherited from LoadOptions.)
Public propertyStrictMode Obsolete.
Gets or sets a value indicating whether [strict mode].
Public propertyUseIccProfileConversion
Gets or sets a value indicating whether ICC profile conversion should be applied.
(Inherited from LoadOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also