Object
RawBMPImporter
IRawBitmapReader
IRawBitmapReaderV2
Aborted (console safe) | Returns true if the import was aborted by progress handler. |
ErrorMessage (console safe) | Error message for last error that occurred. |
LastError (console safe) | Returns enum error code for last error that occurred. |
ProgressHandler (console safe) | If delegate is assigned to this property then the importer will report progress to the delegate method and the import can also be canceled from the delegate. |
FileExtensions (console safe) | Returns array of file extensions which this image format can use. |
GetLastErrorCode (console safe) | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
InternetMediaTypes (console safe) | Returns array of internet media types which this image format can use. |
OpenFromFile (console safe) | Opens a BMP Image from a file, returning it as RawBitmap. |
OpenFromString (console safe) | Opens a BMP Image from a BMP formatted string, returning it as RawBitmap. |
ReadHeader (console safe) | Reads only header information from image stored in string to get basic information and not decode the whole image. |
ReadHeader (console safe) | Reads only header information from image stored in file to get basic information and not decode the whole image. |
UTI (console safe) | Returns UTI identifier for the file format of this class. |
UTIConformsTo (console safe) | Returns UTI conforms to identifier for the file format of this class. |
UTIDescription (console safe) | Returns UTI description for the file format of this class. |
ErrorValues | Enum representing error codes which this class can return. |
Version = 12.0 |