←Select platform

TargetDpiY Property

Summary

Gets the vertical target (screen) resolution (DPI).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double TargetDpiY { get; } 
Public ReadOnly Property TargetDpiY As Double 
public double TargetDpiY {get;} 
@property (nonatomic,readonly) double targetDpiY; 
public double getTargetDpiY() 
 get_TargetDpiY();  
public:  
   property double TargetDpiY 
   { 
      double get() 
   } 

Property Value

The vertical target (screen) resolution DPI. The default value is 0.

Remarks

To set the DPI values of the mapper, use MapResolutions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly