Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnAutomationControl Interface : AutomationDpiX Property |
double AutomationDpiX {get;}
'Declaration
ReadOnly Property AutomationDpiX As Double
double AutomationDpiX {get;}
@property (nonatomic,readonly) double automationDpiX;
double getAutomationDpiX();
get_AutomationDpiX();
The automation object will use AutomationDpiX, AutomationDpiY, AutomationXResolution and AutomationYResolution to obtain the values required to set the containers using AnnContainerMapper.MapResolutions.
The screen resolution is the same for all containers in normal situations. Therefore, the default implementation does not use AutomationContainerIndex when this property is called.