fontSize Property

Summary

Gets or sets the point size of the new font for this AnnFont object.

Syntax

JavaScript Syntax
Object.defineProperty(AnnFont.prototype, 'fontSize', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
fontSize: number; 

Property Value

The point size of the new font for this AnnFont object.

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.Annotations.Core Assembly