TopMargin Property

Summary

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

Syntax
C#
VB
C++
public double TopMargin { get; set; } 
  
Public Property TopMargin As Double 
public: 
property double TopMargin { 
   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 TopMargin 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly