Margins Constructor (Single, Single, Single, Single) |
Default constructor initializes with 0 all the margins
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public Margins(
float left,
float right,
float top,
float bottom
)
Public Sub New (
left As Single,
right As Single,
top As Single,
bottom As Single
)
Parameters
- left
- Type: SystemSingle
The left margin - right
- Type: SystemSingle
The right margin - top
- Type: SystemSingle
The top margin - bottom
- Type: SystemSingle
The ottom margin
See Also