You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Loading Documents (Image, PDF & Metafile) > DisplayFromStreamICM Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.DisplayFromStreamICM Method

Displays an image stored into a Stream object. This function uses embedded color management (ICM).

C#
public GdPictureStatus DisplayFromStreamICM(
    Stream Stream
);
Visual Basic
Public Function DisplayFromStreamICM(
    ByVal Stream As Stream
) As GdPictureStatus
Parameters
Parameters 
Description 
Stream 
System.IO.Stream object storing the image data.  
Returns

A member of the GdPictureStatus enumeration.

Supported formats are RAW, PICT, BMP, DIB, RLE, ICO, EMF, WMF, GIF, ANIMATED GIF, JPEG, JPG, JPE, JFIF, PNG, TIFF, MULTIPAGE TIFF, PNM, PPM, PBM, PGM, PFM, RPPM, RPGM, RPBM, PCX, XPM, XBM, WBMP, TGA, SGI, Sun RAS, PSD, MNG, Kodak PhotoCD files, KOALA files, JP2, J2K, JNG, JBIG, IFF, HDR, Raw Fax G3, EXR, DDS and Dr. Halo files.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.