←Select platform

DisplayDocTitle Property

Summary

Indicates that the initial view should display the document title.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly