Set individual sizes for the left, right, top and bottom margins in points
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public PdfDocumentMargins( float leftMargin, float rightMargin, float topMargin, float bottomMargin )
Parameters
- leftMargin
- Type: SystemSingle
Left margin size in points - rightMargin
- Type: SystemSingle
Right margin size in points - topMargin
- Type: SystemSingle
Top margin size in points - bottomMargin
- Type: SystemSingle
Bottom margin size in points
See Also