VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / UploadBase64ImagesRequestParams Class
Constructors Properties SeeAlso
In This Topic
    UploadBase64ImagesRequestParams Class Members
    In This Topic
    The following tables list the members exposed by UploadBase64ImagesRequestParams.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the UploadBase64ImagesRequestParams class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a name of file in which uploaded images will be saved on server.
    Public PropertyGets or sets an array of images, which are represented by Base64 strings.
    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