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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document