IRasterImageRawDataLoader Interface
The raster image raw data loader.

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

The IRasterImageRawDataLoader type exposes the following members.

Properties
  NameDescription
Public propertyIsRawDataAvailable
Gets a value indicating whether raw data loading is supported.
Public propertyRawDataSettings
Gets the current raw data settings. Note when using these settings the data loads without conversion.
Methods
  NameDescription
Public methodLoadRawData
Loads raw data.
See Also