Parameters
- uri
- A Uri containing the image data to load.
This example will load an image from a uri
Visual Basic | Copy Code |
---|---|
Public Sub ImageList_LoadTiff(ByVal imageList As ImageList) |
C# | Copy Code |
---|---|
public void ImageList_LoadTiff(ImageList imageList) |
The stream can point to any supported Tagged Image File Format (TIFF).
This method will load all the pages into ImageList items.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family