title Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(PrintDocumentOptions.prototype, 'title', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly