LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

BottomMargin Property

Show in webframe





Gets or sets the bottom margin value when rasterizing a document to a raster image.
Syntax
public double BottomMargin {get; set;}
'Declaration
 
Public Property BottomMargin As Double
'Usage
 
Dim instance As RasterDialogRasterizeDocumentFileOptions
Dim value As Double
 
instance.BottomMargin = value
 
value = instance.BottomMargin

            

            
public:
property double BottomMargin {
   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 BottomMargin 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

See Also

Reference

RasterDialogRasterizeDocumentFileOptions Class
RasterDialogRasterizeDocumentFileOptions Members

 

 


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