←Select platform

LoadSourceResolution Property

Summary

Gets or sets the source resolution to use when loading annotation containers.

Syntax
C#
VB
Objective-C
C++
Java
public LeadSizeD LoadSourceResolution { get; set; } 
Public Property LoadSourceResolution As LeadSizeD 
@property (nonatomic) LeadSizeD loadSourceResolution; 
public LeadSizeD getLoadSourceResolution() 
public void setLoadSourceResolution(LeadSizeD value) 
public:  
   property LeadSizeD^ LoadSourceResolution 
   { 
      LeadSizeD^ get() 
      void set(LeadSizeD^ value) 
   } 

Property Value

The source resolution to use when loading annotations containers. Default value is 0,0.

Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class

AnnCodecs Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly