title Property

Summary

Title for the page for use in headers or a Save-to-PDF function

Syntax

JavaScript Syntax
Object.defineProperty(PrintDocumentOptions.prototype, 'title', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
title: string; 

Property Value

The title for the page for use in headers or a Save-to-PDF function. The default value is null.

Remarks

Not all browsers, devices and platforms support modifying the printed margin title. Setting this value to a non-null string will perform the action if supported.

For more information, refer to Print.

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.Documents.UI Assembly