Margins(Single, Single, Single, Single) Constructor |
Default constructor initializes with 0 all the margins
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.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 Single
- The left margin
- right Single
- The right margin
- top Single
- The top margin
- bottom Single
- The ottom margin
See Also