Gets or sets a value indicating whether to show file buttons (open and close).
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public bool ShowFileButtons { get; set; } |
| Visual Basic |
|---|
Public Property ShowFileButtons As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ShowFileButtons {
bool get ();
void set (bool value);
} |
Field Value
true to show file buttons (open and close); otherwise,
false. Default is false.
See Also