←Select platform

BottomMargin Property

Summary

Gets or sets the bottom margin value when rasterizing a document to a raster image.

Syntax

C#
VB
C++
public double BottomMargin { get; set; } 
  
Public Property BottomMargin As Double 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly