LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)

PixelHeight Property

Show in webframe





Gets the physical height this page in pixels.
Syntax
public int PixelHeight {get;}
'Declaration
 
Public ReadOnly Property PixelHeight As Integer
'Usage
 
Dim instance As DocumentReaderPage
Dim value As Integer
 
value = instance.PixelHeight

            

            
public:
property int PixelHeight {
   int get();
}

Property Value

A System.Int32 that specifies the physical height of this page in pixels.
Remarks

The logical size of the page is set in the Size property. The resolution is set in the DpiX and DpiY properties. The physical size is calculated as the following and set in PixelWidth and PixelHeight:


            PixelWidth = page.Size.Width * page.DpiX
            PixelHeight = page.Size.Height * page.DpiY
            
Example

For an example, refer to DocumentReaderPage.

Requirements

Target Platforms

See Also

Reference

DocumentReaderPage Class
DocumentReaderPage Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features