←Select platform

HideToolbar Property

Summary

Enables or disables the toolbar in the External viewer.

Syntax
C#
VB
C++
public bool HideToolbar { get; set; } 
Public Property HideToolbar As Boolean 
public: 
property bool HideToolbar { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable the toolbar; false to disable the toolbar.

Remarks

Set this property to true to indicate that External viewers should display/enable the toolbar when the PDF file is opened.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly