fixedPadding Property

Summary

Indicates whether to use fixed padding.

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

Property Value

true to use fixed padding; otherwise, false. The default is false.

Remarks

Setting fixedPadding to true will render all padding with a fixed size in pixels regardless of the current transformation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly