←Select platform

DisplayDocTitle Property

Summary
Indicates that the initial view should display the document title.
Syntax
C#
VB
Objective-C
C++
Java
public bool DisplayDocTitle { get; set; } 
Public Property DisplayDocTitle As Boolean 
@property (nonatomic, assign) BOOL displayDocTitle 
public boolean getDisplayDocTitle() 
public void setDisplayDocTitle(boolean displayDocTitle) 
public: 
property bool DisplayDocTitle { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the initial view should display the document title, otherwise; false. Default value is false.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.