Click or drag to resize
Ab4d.SharpEngine logo

IBitmapIO Properties

The IBitmapIO type exposes the following members.

Properties
 NameDescription
Public propertyConvertToSupportedFormatObsolete
Public propertyFileNotFoundResolver Gets or sets a Func that takes file name of a file that does not exist and returns an existing file name. If file name is not resolved, then null is returned.
Public propertyFileStreamResolver Gets or sets a Func that takes file name of a file that does not exist and returns a stream to the file. The returned stream is closed after the bitmap is read. If file name is not resolved, then null is returned.
Top
See Also