A flag specifying whether to hide the viewer applications tool bars when the document is active.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public bool HideToolbar { get; set; }
Public Property HideToolbar As Boolean Get Set
public: property bool HideToolbar { bool get (); void set (bool value); }
member HideToolbar : bool with get, set