LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

PageHeight Property






Gets or sets the result raster image suggested height in Unit.
Syntax
public double PageHeight {get; set;}
'Declaration
 
Public Property PageHeight As Double
'Usage
 
Dim instance As RasterDialogRasterizeDocumentFileOptions
Dim value As Double
 
instance.PageHeight = value
 
value = instance.PageHeight
public double PageHeight {get; set;}
 get_PageHeight();
set_PageHeight(value);
public:
property double PageHeight {
   double get();
   void set (    double value);
}

Property Value

A System.Double value that indicate the result Leadtools.RasterImage suggested height in Unit. Default value is 11 inches. The value of PageHeight must be greater than 0.
Remarks

For more information, refer to Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions

Example
Refer to RasterOpenDialog example.
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

See Also

Reference

RasterDialogRasterizeDocumentFileOptions Class
RasterDialogRasterizeDocumentFileOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.