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