VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type
Constructors SeeAlso
In This Topic
    WebDocumentViewerBaseJS Class Members
    In This Topic
    The following tables list the members exposed by WebDocumentViewerBaseJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebDocumentViewerBaseJS class.
    Methods
     NameDescription
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information (without file authentication) about images, which are stored in file on server and adds images to the web document viewer.
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server and adds images to the web document viewer.
    Public MethodOverloaded. Sends an asynchronous request to authenticate a file with password.
    Public MethodClears the current visual tool of the document viewer.
    Public MethodClears cache for current HTTP session.
    Public MethodOverloaded. Downloads a file from server.
    Public MethodOverloaded. Exports images (with annotations), which are loaded in web image viewer, to a file and downloads the file.
    Public MethodOverloaded. Exports images (with annotations), which are loaded in web image viewer, to a file.
    Public MethodOverloaded. Fires "asyncOperationFailed" event. (Inherited from WebUiControlJS)
    Public MethodOverloaded. Fires "asyncOperationFinished" event. (Inherited from WebUiControlJS)
    Public MethodGets a clipboard object for this document viewer.
    Public MethodGets an identifier of DOM-element that contains this control. (Inherited from WebUiControlJS)
    Public MethodGets the current user.
    Public MethodGets the current visual tool of the document viewer. Combination of "current visual tool" and "mandatory visual tool" is used as current visual tool in image viewer.
    Public MethodGets a document layout settings.
    Public MethodGets an image viewer, which is associated with this document viewer.
    Public MethodGets the collection of UI elements contained within this WebDocumentViewerBaseJS. (Inherited from WebUiControlJS)
    Public MethodGets the localization identifier of UI element.
    Public MethodGets the mandatory visual tool of the document viewer. Combination of "current visual tool" and "mandatory visual tool" is used as current visual tool in image viewer.
    Public MethodGets an identifier of file that was previously opened using the WebDocumentViewerBaseJS.openFile or WebDocumentViewerBaseJS.openFileWithAuthentication function.
    Public MethodGets a thumbnail viewer, which is associated with this document viewer.
    Public MethodReturns all identifiers of registered visual tools.
    Public MethodReturns identifiers of "standard" registered WebVisualToolJS.
    Public MethodReturns the index of focused image.
    Public MethodReturns an image collection, which is associated with the document viewer.
    Public MethodReturns array of nested UI elements. (Inherited from WebUiControlJS)
    Public MethodReturns visual tool by ID of the visual tool type.
    Public MethodNavigates an image viewer to the next image.
    Public MethodNavigates an image viewer to the specified image.
    Public MethodNavigates an image viewer to the previous image.
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information (without file authentication) about images, which are stored in file on server, clears the web document viewer and adds images to the web document viewer.
    Public MethodOverloaded. Sends an asynchronous request to a server, gets information (with file authentication) about images, which are stored in file on server, clears the web document viewer and adds images to the web document viewer.
    Public MethodRegisters the visual tool type.
    Public MethodRemoves the specified page from image collection.
    Public MethodRemoves the specified pages from image collection.
    Public MethodOverloaded. Saves changes in a file that was previously opened using the WebDocumentViewerBaseJS.openFile or WebDocumentViewerBaseJS.openFileWithAuthentication function.
    Public MethodOverloaded. Saves changes in a file, which was previously opened using the WebDocumentViewerBaseJS.openFile or WebDocumentViewerBaseJS.openFileWithAuthentication function, and downloads the file.
    Public MethodSets the current user.
    Public MethodSets the current visual tool of the document viewer. Combination of "current visual tool" and "mandatory visual tool" is used as current visual tool in image viewer.
    Public MethodSets a document layout settings.
    Public MethodSets the mandatory visual tool of the document viewer. Combination of "current visual tool" and "mandatory visual tool" is used as current visual tool in image viewer.
    Public MethodSets a value indicating how an image is positioned within the viewer.
    Public MethodSets the image zoom in the viewer.
    Public MethodOverloaded. Fires "asyncOperationStarted" event. (Inherited from WebUiControlJS)
    Public MethodSwaps the specified pages in source document.
    Public MethodUnregisters the visual tool type.
    Events
     NameDescription
    Public EventOccurs when asynchronous operation is failed. (Inherited from WebUiControlJS)
    Public EventOccurs when asynchronous operation is finished. (Inherited from WebUiControlJS)
    Public EventOccurs when asynchronous operation is started. (Inherited from WebUiControlJS)
    Public EventOccurs when dialog is shown. (Inherited from WebUiControlJS)
    Public EventOccurs when file is opened in document viewer.
    Public EventOccurs when the thumbnails deleted.
    Public EventOccurs when the thumbnails start deleting.
    Public EventOccurs when warning (non-critical error) occurs during the spreadsheet document editor work. (Inherited from WebUiControlJS)
    See Also