Gets or sets the left margin value when rasterizing a document to a raster image.
public double LeftMargin { get; set; }
Public Property LeftMargin As Double
public:
property double LeftMargin {
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 LeftMargin 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