←Select platform

AutomationUseDpi Property

Summary
Gets a value that indicate whether to use the resolution values when viewing an image.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool AutomationUseDpi { get; } 
@property (nonatomic,readonly) BOOL automationUseDpi; 
boolean getAutomationUseDpi(); 
public:  
   property bool AutomationUseDpi 
   { 
      bool get() 
   } 
AutomationUseDpi # get  (IAnnAutomationControl) 

Property Value

true to use the resolution values when viewing an image; otherwise, it is false.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.