VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / UploadBase64ImageRequestParams Class
Constructors Properties SeeAlso
In This Topic
    UploadBase64ImageRequestParams Class Members
    In This Topic
    The following tables list the members exposed by UploadBase64ImageRequestParams.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the UploadBase64ImageRequestParams class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a name of file in which uploaded image will be saved on server.
    Public PropertyGets or sets an image as a Base64 string.
    Public PropertyGets or sets the identifier of request. (Inherited from WebRequestParamsBase)
    Public PropertyGets or sets the identifier of HTTP session. (Inherited from WebRequestParamsBase)
    See Also