Gets a value that indicate whether to use the resolution values when viewing an image.
public bool AutomationUseDpi { get; }
ReadOnly Property AutomationUseDpi As Boolean
bool AutomationUseDpi {get;}
@property (nonatomic,readonly) BOOL automationUseDpi;
boolean getAutomationUseDpi();
get_AutomationUseDpi();
public:
property bool AutomationUseDpi
{
bool get()
}
true to use the resolution values when viewing an image; otherwise, it is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET