You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Color Mapping & Color Profiles Management > ICCImageHasProfile Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ICCImageHasProfile Method

Asks if a GdPicture image gets an embedded ICC profile.

C#
public Boolean ICCImageHasProfile(
    int ImageID
);
Visual Basic
Public Function ICCImageHasProfile(
    ByVal ImageID As Integer
) As Boolean
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

True if a GdPicture image gets an embedded ICC profile, else False.

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