PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewThumbnailView Class / ThumbnailNavigation Property

In This Topic
    ThumbnailNavigation Property (C1PreviewThumbnailView)
    In This Topic
    Gets or sets a value indicating whether thumbnails should show the navigation rectangle which can be dragged or resized using the mouse.
    Syntax
    'Declaration
     
    Public Property ThumbnailNavigation As Boolean
    public bool ThumbnailNavigation {get; set;}
    See Also