IRasterImagePixelLoader Interface
The raster image pixel loader.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public interface IRasterImagePixelLoader : IRasterImageRawDataLoader

The IRasterImagePixelLoader type exposes the following members.

Properties
  NameDescription
Public propertyIsRawDataAvailable
Gets a value indicating whether raw data loading is supported.
(Inherited from IRasterImageRawDataLoader.)
Public propertyRawDataSettings
Gets the current raw data settings. Note when using these settings the data loads without conversion.
(Inherited from IRasterImageRawDataLoader.)
Methods
  NameDescription
Public methodLoadPartialPixels
Loads pixels partially (by blocks).
Public methodLoadRawData
Loads raw data.
(Inherited from IRasterImageRawDataLoader.)
See Also