- stream
- A Stream containing the image data to load.
- offset
- Offset from the beginning of the stream at which loading should begin.
- count
- Total size of the image file data.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Load( _ ByVal stream As Stream, _ ByVal offset As Long, _ ByVal count As Long _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- stream
- A Stream containing the image data to load.
- offset
- Offset from the beginning of the stream at which loading should begin.
- count
- Total size of the image file data.
This example will load an image located in an offset into a stream.
Visual Basic | Copy Code |
---|---|
Public Sub RasterImageViewer_Load3(ByVal viewer As RasterImageViewer) |
C# | Copy Code |
---|---|
public void RasterImageViewer_Load3(RasterImageViewer viewer) |
This method can be used to load an image file that is embedded in another stream.
The location of the image is specified as shown in the following simple illustration:
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