Gets or sets the top margin value when rasterizing a document to a raster image.
public double TopMargin { get; set; }
Public Property TopMargin As Double
public:
property double TopMargin {
double get();
void set ( double 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.
For more information, refer to Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET