←Select platform

Size Property

Summary

Gets the size of this page in logical units.

Syntax

C#
VB
C++
public LogicalSize Size { get; } 
  
Public ReadOnly Property Size As Leadtools.Forms.LogicalSize 
public: 
property Leadtools.Forms.LogicalSize Size { 
   Leadtools.Forms.LogicalSize get(); 
} 

Property Value

A Leadtools.Forms.LogicalSize that contains the size of this page in logical units (inches).

Remarks

The resolution of the page is set in the DpiX and DpiY properties and the physical size is set in the PixelWidth and PixelHeight properties.

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