←Select platform

DpiX Property

Summary

Gets the horizontal resolution of this page in dots per inch.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="dpiX", Order=0)] 
public double DpiX { get; } 
  
Public ReadOnly Property DpiX As Double 
public: 
property double DpiX { 
   double get(); 
} 

Property Value

A System.Double that specifies the horizontal resolution of this page in dots per inch.

Remarks

If the document does not contain a resolution, such as a PDF or XPS document, then the DocumentReader will use the value set in DocumentReaderLoadOptions.Resolution in DpiX and DpiY.

Example

For an example, refer to DocumentReaderPage.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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

Leadtools.Forms.DocumentReaders Assembly