VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileWebService Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftFileWebService Class Members
    In This Topic
    The following tables list the members exposed by VintasoftFileWebService.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the data storage that should be used for storing serialized documents.
    Public PropertyGets or sets the data storage that should be used for storing image files.
    Public Methods
     NameDescription
    Public MethodAuthenticates the file using password.
    Public MethodDownloads an image file from server.
    Public MethodReturns a safe file ID.
    Public MethodSaves images to an image file.
    Public MethodUploads a Base64 image to the server.
    Public MethodUploads the Base64 images to the server.
    Public MethodUploads an image file to the server.
    Public MethodUploads the image files to the server.
    Protected Methods
     NameDescription
    Protected MethodValidates that specified stream can be saved on a server.
    Protected MethodReturns the unique and safe file identifier (file name).
    See Also