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