←Select platform

HideWindowUI Property

Summary

Indicates whether the initial view should hide the window user interface elements

Syntax

C#
VB
Java
Objective-C
C++
public bool HideWindowUI { get; set; } 
Public Property HideWindowUI As Boolean 
@property (nonatomic, assign) BOOL hideWindowUI 
public boolean getHideWindowUI() 
public void setHideWindowUI(boolean hideWindowUI) 
             
public: 
property bool HideWindowUI { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the initial view should hide the window user interface elements, otherwise; false. Default value is false.

Example

For an example, refer to PdfDocumentOptions.

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.Forms.DocumentWriters Assembly