Sets the bottom margin.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public PageLayout MarginBottom(
double value
)
VB
Public Function MarginBottom (
value As Double
) As PageLayout
Parameters
- value
- Type: System.Double
The bottom margin in points.
Return Value
Type:
PageLayoutThe updated page layout.
See Also