DeviceDpiY Property (original) (raw)

Summary

Gets or sets the vertical device resolution (DPI).

Syntax

C#

Objective-C

C++/CLI

Java

Python

public double DeviceDpiY { get; set; } 
@property (nonatomic, assign) double deviceDpiY; 

public double getDeviceDpiY() public void setDeviceDpiY(double dpiY)

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.

Leadtools.Annotations.Engine Assembly