'Declaration Protected Overridable Function SaveImageFile( _
ByVal requestParamsAn information about an image file and images, which must be saved to a file.As Vintasoft.Imaging.Web.Services.SaveImageFileRequestParams _
) As Vintasoft.Shared.Web.WebImageFileResponseParams
protected virtual Vintasoft.Shared.Web.WebImageFileResponseParams SaveImageFile(
Vintasoft.Imaging.Web.Services.SaveImageFileRequestParams requestParams
)
protected: virtual Vintasoft.Shared.Web.WebImageFileResponseParams* SaveImageFile(
Vintasoft.Imaging.Web.Services.SaveImageFileRequestParams* requestParams
)
protected:
virtual Vintasoft.Shared.Web.WebImageFileResponseParams^ SaveImageFile(
Vintasoft.Imaging.Web.Services.SaveImageFileRequestParams^ requestParams
)
Parameters
- requestParams
- An information about an image file and images, which must be saved to a file.
Return Value
Response from the server, which contains information about an image file and pages of image file.