Method MarginRight
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
MarginRight(double)
Sets the right margin.
public PageLayout MarginRight(double value)
Parameters
value
doubleThe right margin 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.