burnScaleFactor Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainerMapper.prototype, 'burnScaleFactor', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly