Overload | Description |
---|---|
LoadTiff(Stream) | Loads a Tagged Image File Format (TIFF) image stream. |
LoadTiff(Uri) | Loads a Tagged Image File Format (TIFF) image file. |
This example will load an image from an uri
Visual Basic | Copy Code |
---|---|
Public Sub ImageList_LoadTiff2(ByVal imageList As ImageList) |
C# | Copy Code |
---|---|
public void ImageList_LoadTiff2(ImageList imageList) |
This method will load all the pages in a multipage file into image list items. The resulting items will have the same bits per pixel and color order value as the image as it was stored in the file.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family