Margins(Single, Single, Single, Single) Constructor
Initializes the margins with the given values
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
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 Single
- The left margin
- right Single
- The right margin
- top Single
- The top margin
- bottom Single
- The bottom margin