Gets or sets the target resolution to use when loading annotation containers.
public LeadSizeD LoadTargetResolution { get; set; }
Public Property LoadTargetResolution As Leadtools.LeadSizeD
public Leadtools.LeadSizeD LoadTargetResolution {get; set;}
@property (nonatomic) LeadSizeD loadTargetResolution;
public LeadSizeD getLoadTargetResolution()
public void setLoadTargetResolution(LeadSizeD value)
get_LoadTargetResolution();
set_LoadTargetResolution(value);
Object.defineProperty('LoadTargetResolution');
The target resolution to use when loading annotations containers. Default value is 0,0.
LoadSourceResolution, LoadTargetResolution and LoadUseDpi can be used to map the resolution of the container as follows:
If the values of LoadSourceResolution and LoadTargetResolution are not 0, then this AnnCodecs will call MapResolutions on the loaded AnnContainer before loading any of the children AnnObject's using the following values:
If the value of LoadUseDpi is true, then MapResolutions is called with LoadSourceResolution as the values for sourceDpiX and sourceDpiY and LoadTargetResolution as the values for targetDpiX and targetDpiY.
If the value of LoadUseDpi is false, then MapResolutions is called with LoadSourceResolution as the values for both sourceDpiX and sourceDpiY and targetDpiX and targetDpiY.
This allow the application to modify the resolution of container as it is being loaded.
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