←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly