VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type
Constructors SeeAlso
In This Topic
    WebImageCollectionJS Class Members
    In This Topic
    The following tables list the members exposed by WebImageCollectionJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebImageCollectionJS class.
    Methods
     NameDescription
    Public MethodAdds an image to the end of the collection.
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property.
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection.
    Public MethodOverloaded. Adds images to the end of the collection.
    Public MethodClears the collection.
    Public MethodOverloaded. Sends an asynchronous request to a server to clear cache of image collection files on server. Function uses web service specified by the WebServiceJS.defaultImageService property.
    Public MethodGets the number of images contained in the collection.
    Public MethodReturns an image.
    Public MethodOverloaded. Sends an asynchronous request to a server and gets information about images, which are stored in files on server. Function uses web service specified by WebServiceJS.defaultImageCollectionService property.
    Public MethodGets the index of the specified WebImageJS object.
    Public MethodInserts an image into collection at the specified index.
    Public MethodOverloaded. Inserts images into collection at the specified index.
    Public MethodOverloaded. Sends an asynchronous request to a server for restoring state of image collection from server. Function uses web service specified by WebServiceJS.defaultImageCollectionService property.
    Public MethodRemoves images at specified indexes and inserts them at specified index.
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection.
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and clears the image collection and adds images to the image collection.
    Public MethodRemoves specified image from the collection.
    Public MethodRemoves specified image from the collection.
    Public MethodRemoves the specified images from the collection.
    Public MethodRemoves the specified images from the collection.
    Public MethodOverloaded. Sends an asynchronous request to a server for saving state of image collection on server.
    Public MethodSets information about the specified image.
    Public MethodOverloaded. Sets the default decoding settings for all images from this collection.
    Public MethodSets the rendering settings for all images from this collection.
    Public MethodSwaps the specified images in the collection.
    Public MethodReturns the collection as array of WebImageJS objects.
    Events
     NameDescription
    Public EventOccurs when image collection is changed.
    Public EventOccurs when image collection is changing.
    See Also