Object
RawBMPImporter
IRawBitmapReader
IRawBitmapReaderV2
![]() | Returns true if the import was aborted by progress handler. |
![]() | Error message for last error that occurred. |
![]() | Returns enum error code for last error that occurred. |
![]() | 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. |
![]() | Returns array of file extensions which this image format can use. |
![]() | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
![]() | Returns array of internet media types which this image format can use. |
![]() | Opens a BMP Image from a file, returning it as RawBitmap. |
![]() | Opens a BMP Image from a BMP formatted string, returning it as RawBitmap. |
![]() | Reads only header information from image stored in string to get basic information and not decode the whole image. |
![]() | Reads only header information from image stored in file to get basic information and not decode the whole image. |
![]() | Returns UTI identifier for the file format of this class. |
![]() | Returns UTI conforms to identifier for the file format of this class. |
![]() | Returns UTI description for the file format of this class. |
![]() | Enum representing error codes which this class can return. |
![]() |