fixedPadding Property

Summary

Indicate whether to use the padding value of the text object without any transformation.

Syntax

JavaScript Syntax
Object.defineProperty(AnnTextObjectRenderer.prototype, 'fixedPadding', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
fixedPadding: boolean; 

Property Value

true to use the padding value of the text object without any transformation, otherwise; false. Default value is false.

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.Rendering.JavaScript Assembly