Method Margin
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Margin(double)
Sets all margins to the same value.
public PageLayout Margin(double value)
Parameters
value
doubleThe value of the left, top, right, and bottom margins in points.
Returns
- PageLayout
The updated page layout.
Remarks
Check out the Margins section of the How to layout PDF pages article for more information about setting page margins.