←Select platform

SourceDpiX Property

Summary

Gets the horizontal source (image) resolution (DPI).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double SourceDpiX { get; } 
Public ReadOnly Property SourceDpiX As Double 
public double SourceDpiX {get;} 
@property (nonatomic,readonly) double sourceDpiX; 
public double getSourceDpiX() 
 get_SourceDpiX();  
public:  
   property double SourceDpiX 
   { 
      double get() 
   } 

Property Value

The horizontal source (image) 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