Visual Basic (Declaration) | |
---|---|
Public Property BottomMargin As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double BottomMargin {get; set;} |
Return Value
A Double value that indicate the magrin 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.For an example, refer to CodecsRasterizeDocumentLoadOptions.
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 and XLS.
If the value of CodecsRasterizeDocumentLoadOptions.Enabled is set to true, then LeftMargin, TopMargin, RightMargin and BottomMargin will be used instead of the following properties:
When loading RTF documents: CodecsRtfLoadOptions.LeftMargin, CodecsRtfLoadOptions.TopMargin, CodecsRtfLoadOptions.RightMargin and CodecsRtfLoadOptions.BottomMargin When loading TXT documents: CodecsTxtLoadOptions.LeftMargin, CodecsTxtLoadOptions.TopMargin, CodecsTxtLoadOptions.RightMargin and CodecsTxtLoadOptions.BottomMargin
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family