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 : AutomationDpiY Property |
double AutomationDpiY {get;}
'Declaration
ReadOnly Property AutomationDpiY As Double
double AutomationDpiY {get;}
@property (nonatomic,readonly) double automationDpiY;
double getAutomationDpiY();
get_AutomationDpiY();
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.