Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

CreateDocumentViewer Method






Options to use when creating the DocumentViewer. This parameter cannot be null and at least the ViewContainer value must be set to a valid control in the application.
Creates a new instance of DocumentViewer from the specified options.
Syntax
public static DocumentViewer CreateDocumentViewer( 
   DocumentViewerCreateOptions createOptions
)
'Declaration
 
Public Shared Function CreateDocumentViewer( _
   ByVal createOptions As DocumentViewerCreateOptions _
) As DocumentViewer
'Usage
 
Dim createOptions As DocumentViewerCreateOptions
Dim value As DocumentViewer
 
value = DocumentViewerFactory.CreateDocumentViewer(createOptions)
public:
static DocumentViewer^ CreateDocumentViewer( 
   DocumentViewerCreateOptions^ createOptions
) 

Parameters

createOptions
Options to use when creating the DocumentViewer. This parameter cannot be null and at least the ViewContainer value must be set to a valid control in the application.

Return Value

The new DocumentViewer object.
Remarks

This method works as follows:

  1. Commands is created.

  2. The View will be created in ViewContainer.

  3. If ThumbnailsContainer is not null, then Thumbnails will be created and added to it.

  4. Bookmarks will be created.

  5. If UseAnnotations is true, then Annotations is created.

  6. Diagnostics is created.

  7. 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, by calling documentViewerInstance.Commands.Run(DocumentViewerCommands.InteractiveAutoPan), null) to set auto-pan as the default interactive mode.

Once the DocumentViewer is created and initialized. You can use it by loading a Document object and calling the SetDocument method to view the document.

Example

For an example, refer to DocumentViewer.

Requirements

Target Platforms

See Also

Reference

DocumentViewerFactory Class
DocumentViewerFactory Members
Using LEADTOOLS Document Viewer

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features