Extra scaling factor to use for fixed state objects when burning the container.
public double BurnScaleFactor { get; set; }
Public Property BurnScaleFactor() As Double
Get
Set
public:
property double BurnScaleFactor
{
double get()
void set(double value)
}
public double getBurnScaleFactor();
public void setBurnScaleFactor(double value);
@property (nonatomic, assign) double burnScaleFactor
Extra scaling factor to use for fixed state objects when burning the container. The default value is 1.
This value can be used when using the rendering engine to burn the container into a destination graphics device when any of the objects in the container has a fixed state.
For example, if an object in the container has AnnFixedStateOperations.StrokeWidth set, then line widths are used as is, regardless of the ratio between the source (the container) and destination (graphics device) sizes. This can produce incorrect results if there are lines with fixed width that still need to be scaled by the ratio. The rendering engine does this automatically when burning the container by setting this ratio into the BurnScaleFactor, rendering the objects and then clearing the value (setting it back to the original value, 1 by default).
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