Gets or sets a scale factor that will be used when burning annotations.
Object.defineProperty(AnnContainerMapper.prototype, 'burnScaleFactor',
get: function(),
set: function(value)
)
burnScaleFactor: number;
A scale factor that will be used when burning annotations. The default value is 1.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET