burnScaleFactor Property

Summary

Gets or sets a scale factor that will be used when burning annotations.

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

Property Value

A scale factor that will be used when burning annotations. The default value is 1.

Remarks

This factor will be used scale the burned annotations , if there is fixed states applied to the object we need to calculate the scale ourself and set this property.

When calling BurnToRect methods i.e when drawing the annotations to thumbnails and we have fixed states like StrokeWidth , we will not get the same view for burned object stroke because we turned off zoom effect, so to get the same view for burned image we have to take transform effect in consideration when buring by calculating the dpi or zoom factor ourself and set it to this property.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.