The path of the image.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ICCRemoveProfileOfFile Method

ICCRemoveProfileOfFile Method (GdPictureImaging)

In This Topic
Removes the ICC profile embedded into an image file. This method permits to conserve the input cmyk color model, if any.
Syntax
'Declaration
 
Public Function ICCRemoveProfileOfFile( _
   ByVal FilePath As String _
) As GdPictureStatus
public GdPictureStatus ICCRemoveProfileOfFile( 
   string FilePath
)
public function ICCRemoveProfileOfFile( 
    FilePath: String
): GdPictureStatus; 
public function ICCRemoveProfileOfFile( 
   FilePath : String
) : GdPictureStatus;
public: GdPictureStatus ICCRemoveProfileOfFile( 
   string* FilePath
) 
public:
GdPictureStatus ICCRemoveProfileOfFile( 
   String^ FilePath
) 

Parameters

FilePath
The path of the image.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
Supported image formats are tiff, jpeg, j2k, jp2, webp and png.

This method requires the Image Documents component to run.

See Also