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

RightMargin Property






Gets or sets the right margin value when rasterizing a document to a raster image.
Syntax
public double RightMargin {get; set;}
'Declaration
 
Public Property RightMargin As Double
'Usage
 
Dim instance As RasterDialogRasterizeDocumentFileOptions
Dim value As Double
 
instance.RightMargin = value
 
value = instance.RightMargin
public double RightMargin {get; set;}
 get_RightMargin();
set_RightMargin(value);
public:
property double RightMargin {
   double get();
   void set (    double value);
}

Property Value

A System.Double value that indicate the magrin value in Unit to use when rasterizing a document to a raster image. Default value is 1.25 inches. The value of RightMargin must be greater than or equal to 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.