createDocumentViewer = function(
createOptions
)
static createDocumentViewer(
createOptions: DocumentViewerCreateOptions
): DocumentViewer;
createOptions
Options to use when creating the DocumentViewer. This parameter cannot be null.
The new DocumentViewer object.
This method works as follows:
Commands is created.
If ViewContainer is not null, then View is created in ViewContainer.
If ThumbnailsContainer is not null, then Thumbnails is created and added to it.
Bookmarks is created.
If UseAnnotations is true, then Annotations is created.
Diagnostics is created.
Finally, the interactiveSelectText command is run to set this mode as the default interactive mode for the view. Run any other interactive mode commands after this method returns to set the initial mode to a different value (for example, calling DocumentViewerInstance.Commands.Run(documentviewercommands.interactiveautopan), null) to set auto-pan as the default interactive mode).
After DocumentViewer is created and initialized, use it by loading a LEADDocument object and calling the SetDocument method to view the document.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document