In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / SaveToHTTP_2 Method

SaveToHTTP_2 Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(638)>

Function SaveToHTTP_2( _

   ByVal ImageID As Integer, _

   ByVal ImageFormat As DocumentFormat, _

   ByVal EncoderParameter As Integer, _

   ByVal Address As String, _

   ByVal Login As String, _

   ByVal Password As String _

) As GdPictureStatus
[DispId(638)]

GdPictureStatus SaveToHTTP_2( 

   int ImageID,

   DocumentFormat ImageFormat,

   int EncoderParameter,

   string Address,

   string Login,

   string Password

)
function SaveToHTTP_2( 

    ImageID: Integer;

    ImageFormat: DocumentFormat;

    EncoderParameter: Integer;

    Address: String;

    Login: String;

    Password: String

): GdPictureStatus; 
DispIdAttribute(638)

function SaveToHTTP_2( 

   ImageID : int,

   ImageFormat : DocumentFormat,

   EncoderParameter : int,

   Address : String,

   Login : String,

   Password : String

) : GdPictureStatus;
[DispId(638)]

GdPictureStatus SaveToHTTP_2( 

   int ImageID,

   DocumentFormat ImageFormat,

   int EncoderParameter,

   string* Address,

   string* Login,

   string* Password

) 
[DispId(638)]

GdPictureStatus SaveToHTTP_2( 

   int ImageID,

   DocumentFormat ImageFormat,

   int EncoderParameter,

   String^ Address,

   String^ Login,

   String^ Password

) 

Parameters

ImageID
ImageFormat
EncoderParameter
Address
Login
Password
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members