ActiveReports 9
ShowThumbnails Property (FlashViewerOptions)
Example 

Gets or sets a value indicating whether to display a pane with thumbnail views of pages.
Syntax
'Declaration
 
Public Property ShowThumbnails As System.Boolean
public System.bool ShowThumbnails {get; set;}

Property Value

A Boolean value. True by default.
Example
WebViewer.FlashViewerOptions.TocPanelOptions.ShowThumbnails = GetBooleanValueFromForm(Request.Form["ShowThumbnails"]);
WebViewer.FlashViewerOptions.TocPanelOptions.ShowThumbnails = GetBooleanValueFromForm(Request.Form("ShowThumbnails"))
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum