←Select platform

DocumentViewerCreateOptions Class

Summary

Options to use when creating new DocumentViewer objects.

Syntax
C#
VB
C++
public class DocumentViewerCreateOptions 
Public Class DocumentViewerCreateOptions 
public: 
   ref class DocumentViewerCreateOptions 
Remarks

Used by the CreateDocumentViewer method to create new instances of DocumentViewer.

This class contains the following members:

Member Description
ViewContainer Optional and can be null. Otherwise, must be set to an existing control in your application and View will create ImageViewer and add it as a child to this container.
ThumbnailsContainer Optional and can be null. Otherwise, must be set to an existing control in your application and Thumbnails will create ImageViewer and add it as a child to this container.
BookmarksContainer Optional and can be null. Otherwise, must be set to an existing control in your application and Bookmarks will create TreeView and add it as a child to this container.
UseAnnotations Optional. When set to true, annotations support will be enabled in the document viewer, and the annotations toolbar and objects list will be created when a document is set in the viewer. If false, annotations support is disabled in the document viewer.
Example

For an example, refer to DocumentViewer.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.