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

PageWidth Property






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

Property Value

A System.Double value that indicate the result Leadtools.RasterImage suggested width in Unit. Default value is 8.5 inches. The value of PageWidth 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.