fontFamilyName Property

Summary

Gets or sets a string representation of the font family associated with this AnnFont object.

Syntax

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

Property Value

A string representation of the font family associated with 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