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

Displays a document from a file stored within an array of bytes. This function uses embedded color management (ICM).

C#
public GdPictureStatus DisplayFromByteArrayICM(
    ref Byte arBytes
);
Visual Basic
Public Function DisplayFromByteArrayICM(
    ByRef arBytes() As Byte
) As GdPictureStatus
Parameters
Parameters 
Description 
arBytes 
() The array which contains document file data.  
Returns

A member of the GdPictureStatus enumeration.

Supported formats are PDF, RAW, PICT, PDF, 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.