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 : AutomationUseDpi Property |
bool AutomationUseDpi {get;}
'Declaration
ReadOnly Property AutomationUseDpi As Boolean
bool AutomationUseDpi {get;}
@property (nonatomic,readonly) BOOL automationUseDpi;
boolean getAutomationUseDpi();
get_AutomationUseDpi();
The provided implementation returns ImageViewer.UseDpi to determine whether to use DPI scaling.
The DPI scaling state is the same for all containers in normal situations. Therefore, the default implementation does not use AutomationContainerIndex when this property is called.