'Declaration
Public Overloads Function SaveDocumentToPDF( _ ByVal Uri As String, _ ByVal Login As String, _ ByVal Password As String _ ) As GdPictureStatus
public GdPictureStatus SaveDocumentToPDF( string Uri, string Login, string Password )
public function SaveDocumentToPDF( Uri: String; Login: String; Password: String ): GdPictureStatus;
public function SaveDocumentToPDF( Uri : String, Login : String, Password : String ) : GdPictureStatus;
public: GdPictureStatus SaveDocumentToPDF( string* Uri, string* Login, string* Password )
public: GdPictureStatus SaveDocumentToPDF( String^ Uri, String^ Login, String^ Password )
Parameters
- Uri
- The full URI path with the full document name, where the resulting PDF document will be saved, for example ftp://ftp.gdpicture.com/upload/myfile.pdf or http://www.gdpicture.com/upload/myfile.pdf.
- 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.
Return Value
Use the GetLastTransferError method to diagnose the error if this method has failed with one of the GdPictureStatus.Internet... errors.