←Select platform

HideWindowUI Property

Summary

Shows or hides the window user interface in the External viewer.

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

Property Value

true to hide the window user interface; false to disable the window user interface.

Remarks

Set this property to true to indicate that External viewers should hide the window user interface 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