GdPicture image identifier.
The path of the ICC profile file to create.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ICCExportToFile Method

ICCExportToFile Method (GdPictureImaging)

In This Topic
Exports the ICC profile of a GdPicture image to a file.
Syntax
'Declaration

 

Public Function ICCExportToFile( _

   ByVal ImageID As Integer, _

   ByVal FilePath As String _

) As GdPictureStatus
public GdPictureStatus ICCExportToFile( 

   int ImageID,

   string FilePath

)
public function ICCExportToFile( 

    ImageID: Integer;

    FilePath: String

): GdPictureStatus; 
public function ICCExportToFile( 

   ImageID : int,

   FilePath : String

) : GdPictureStatus;
public: GdPictureStatus ICCExportToFile( 

   int ImageID,

   string* FilePath

) 
public:

GdPictureStatus ICCExportToFile( 

   int ImageID,

   String^ FilePath

) 

Parameters

ImageID
GdPicture image identifier.
FilePath
The path of the ICC profile file to create.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the Image Documents component to run.

See Also