'Declaration
Public Function ICCAddProfileToFile( _ ByVal ImagePath As String, _ ByVal ProfilePath As String _ ) As GdPictureStatus
public GdPictureStatus ICCAddProfileToFile( string ImagePath, string ProfilePath )
public function ICCAddProfileToFile( ImagePath: String; ProfilePath: String ): GdPictureStatus;
public function ICCAddProfileToFile( ImagePath : String, ProfilePath : String ) : GdPictureStatus;
public: GdPictureStatus ICCAddProfileToFile( string* ImagePath, string* ProfilePath )
public: GdPictureStatus ICCAddProfileToFile( String^ ImagePath, String^ ProfilePath )
Parameters
- ImagePath
- The path of the TIFF, JPEG or PNG image.
- ProfilePath
- The path of the ICM color profil to add to the image.
Return Value
A member of the GdPictureStatus enumeration.