Class BitmapLoader

BitmapLoader class

Versatile loader for any raster images, supported by Aspose.Imaging and Aspose.Drawing libraries. The loader adds support of raster images loading to Aspose.CAD library.

public class BitmapLoader

Constructors

NameDescription
BitmapLoader()The default constructor.

Methods

NameDescription
CanLoad(StreamContainer, LoadOptions)Checks if it is possible to read this file.
Load(StreamContainer, LoadOptions)Opens a new image with loadOptions.
static Loader(Stream)

See Also