Gets or sets the value that indicates whether it displays the toolbar.
[Visual Basic]
Public Property ToolbarVisible As Boolean
[C#]
public bool ToolbarVisible {get; set;}
Property Value
true if it displays the toolbar; otherwise, false.
Example
How to display the tool bar.
printPreview.ToolbarVisible = True
printPreview.ToolbarVisible = true;
See Also
AwPrintPreview Class | Asterworld.PrintPreview Namespace