←Select platform

DpiY Property

Summary

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

Syntax

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

Property Value

A System.Double that specifies the vertical 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