←Select platform

DisplayDocTitle Property

Summary
Enables or disables display of the document title.
Syntax
C#
VB
C++
Java
public bool DisplayDocTitle { get; set; } 
Public Property DisplayDocTitle As Boolean 
public boolean getDisplayDocTitle(); 
public void setDisplayDocTitle( 
   boolean booleanValue 
); 
public: 
property bool DisplayDocTitle { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable display of the document title; false to disable display of the document title.

Remarks

Set this property to true to indicate that External viewers should display the document title when the PDF file is opened.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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