VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageCollectionJS type
Constructors SeeAlso
In This Topic
    WebAcquiredImageCollectionJS Class Members
    In This Topic
    The following tables list the members exposed by WebAcquiredImageCollectionJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebAcquiredImageCollectionJS class.
    Methods
     NameDescription
    Public MethodAdds image to the image collection.
    Public MethodClears this image collection.
    Public MethodSends an asynchronous request to clear this image collection.
    Public MethodGets count of images in image collection.
    Public MethodGets settings of TIFF encoder.
    Public MethodSaves images from this image collection to an image file and returns file data as a Base64 string.
    Public MethodSends an asynchronous request to save images from this image collection to an image file and return file data as a Base64 string.
    Public MethodReturns an image in image collection.
    Public MethodRemoves image from image collection.
    Public MethodSends an asynchronous request to remove image from image collection.
    Public MethodRemoves image from image collection.
    Public MethodSends an asynchronous request to remove image from image collection.
    Public MethodSaves images from this image collection to a local file.
    Public MethodSends an asynchronous request to save images from this image collection to a local file.
    See Also