'Declaration
Public Overloads Function SaveAsJ2K( _ ByVal ImageID As Integer, _ ByVal FilePath As String, _ ByVal Rate As Integer _ ) As GdPictureStatus
public GdPictureStatus SaveAsJ2K( int ImageID, string FilePath, int Rate )
public function SaveAsJ2K( ImageID: Integer; FilePath: String; Rate: Integer ): GdPictureStatus;
public function SaveAsJ2K( ImageID : int, FilePath : String, Rate : int ) : GdPictureStatus;
public: GdPictureStatus SaveAsJ2K( int ImageID, string* FilePath, int Rate )
public: GdPictureStatus SaveAsJ2K( int ImageID, String^ FilePath, int Rate )
Parameters
- ImageID
- GdPicture image identifier.
- FilePath
- A string that contains the name of the file to which to save the image. Can be an empty string. If empty, prompts the user to select a file. You can subsequently use the GetLastPath() method to retrieve the path of the selected file.
- Rate
- Specifies the compression rate Between [1(MaxQuality - Lossless) ... 512(Poor quality)]. Default value is 16.
Return Value
A member of the GdPictureStatus enumeration.