Margins Constructor (Single, Single, Single, Single) |
Default constructor initializes with 0 all the margins
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic 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