'Declaration
Public Overloads Function SaveDocumentToTIFF( _ ByVal Uri As String, _ ByVal Login As String, _ ByVal Password As String, _ ByVal Compression As TiffCompression _ ) As GdPictureStatus
public GdPictureStatus SaveDocumentToTIFF( string Uri, string Login, string Password, TiffCompression Compression )
public function SaveDocumentToTIFF( Uri: String; Login: String; Password: String; Compression: TiffCompression ): GdPictureStatus;
public function SaveDocumentToTIFF( Uri : String, Login : String, Password : String, Compression : TiffCompression ) : GdPictureStatus;
public: GdPictureStatus SaveDocumentToTIFF( string* Uri, string* Login, string* Password, TiffCompression Compression )
public: GdPictureStatus SaveDocumentToTIFF( String^ Uri, String^ Login, String^ Password, TiffCompression Compression )
Parameters
- Uri
- The full URI path with the full document name, where the resulting TIFF file will be saved, for example ftp://ftp.gdpicture.com/upload/myfile.tif or http://www.gdpicture.com/upload/myfile.tif.
- Login
- The login required to authenticate on the server. It can be an empty string.
- Password
- The password required to authenticate on the server. It can be an empty string.
- Compression
- A member of the TiffCompression enumeration. Specifies the compression method to be used to compress the resulting TIFF file.
Return Value
Use the GetLastTransferError method to diagnose the error if this method has failed with one of the GdPictureStatus.Internet... errors.