Gets or sets the bottom margin value when rasterizing a document to a raster image.
public double BottomMargin { get; set; }
Public Property BottomMargin As Double
public double BottomMargin {get; set;}
@property (nonatomic, assign) double bottomMargin
public double getBottomMargin()
public void setBottomMargin(double value)
<br/>get_BottomMargin();<br/>set_BottomMargin(value);<br/>Object.defineProperty('BottomMargin');
A Double value that indicate the margin value in Unit to use when rasterizing a document to a raster image. Default value is 1.0 inches. The value of BottomMargin must be greater than or equal to 0.
The value of the LeftMargin, TopMargin, RightMargin and BottomMargin are only used when loading RTF and TXT documents. They are not used when loading other document formats such as PDF, XPS, DOCX/DOC, PPTX/PPT and XLSX/XLS.
For an example, refer to CodecsRasterizeDocumentLoadOptions.
CodecsRasterizeDocumentLoadOptions Class
CodecsRasterizeDocumentLoadOptions Members
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