←Select platform

DeviceDpiY Property

Summary

Gets or sets the vertical device resolution (DPI).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double DeviceDpiY { get; set; } 
Public Property DeviceDpiY As Double 
public double DeviceDpiY {get; set;} 
@property (nonatomic) double deviceDpiY; 
public double getDeviceDpiY() 
public void setDeviceDpiY(double dpiY) 
             
  
get_DeviceDpiY(); 
set_DeviceDpiY(value); 
Object.defineProperty('DeviceDpiY');  
public:  
   property double DeviceDpiY 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The vertical device resolution (DPI). The default value is 0.

Remarks

This value is used to calculate the font size and fixed length and size values between annotation and display coordinates.

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