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