fontStyles Property

Summary

Optional font style to use when rendering the title.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentBookmark.prototype, 'fontStyles', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
fontStyles: DocumentFontStyles; 

Property Value

The optional font style to use when rendering the title. Default value is DocumentFontStyles.Normal.

Remarks

Viewer application will usually use this value to render the Title.

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 Assembly