←Select platform

DisplayDocTitle Property

Summary

Enables or disables display of the document title.

Syntax

C#
VB
C++
public bool DisplayDocTitle { get; set; } 
Public Property DisplayDocTitle As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly