Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerAnnotations Class : RenderOnThumbnails Property |
public bool RenderOnThumbnails {get; set;}
'Declaration
Public Property RenderOnThumbnails As Boolean
'Usage
Dim instance As DocumentViewerAnnotations Dim value As Boolean instance.RenderOnThumbnails = value value = instance.RenderOnThumbnails
When the value of RenderOnThumbnails is true, the document viewer will renders each annotations container on the surface of the corresponding item in DocumentViewerThumbnails. The viewer will track any changes that occur to the containers and re-renders on the thumbnails as needed.s
This is only used if the document viewer was created with a thumbnail control and the value of Thumbnails is not null.