Overload | Description |
---|---|
Load(Stream,Int32,CodecsLoadByteOrder,Int32) | Loads the specified image stream using specific options |
Load(String,Int32,CodecsLoadByteOrder,Int32) | Loads the specified image file using specific options. |
Load(Stream,Int64,Int64) | Loads an image file, letting you specify the location of the image data within the stream. |
This example will show how to load an image using different bits per pixel and color order. Also, it will show how to load a single page from a multipage file. All loading operations load from a stream rather than from a file on disk.
Visual Basic | Copy Code |
---|---|
Public Sub RasterImageViewerElement_Load1(ByVal viewer As RasterImageViewerElement) |
C# | Copy Code |
---|---|
public void RasterImageViewerElement_Load1(RasterImageViewerElement viewer) |
The file can be in any supported image file format and bits per pixel, whether compressed or uncompressed.
LEADTOOLS will attempt to load corrupted files, so you can see at least a portion of the image.
Support for 12- and 16-bit grayscale images is only available in the Document/Medical Imaging editions.
For supported formats, refer to Summary of All Supported Image File Formats.
LEADTOOLS loads all PDF files as Raster PDF uncompressed RasterImageFormat.RasPdf, regardless of the compression and color space used when saving the file.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family