PdfMargins(Single, Single, Single, Single) Constructor
Initializes the margins with the given values
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public PdfMargins(
float left,
float right,
float top,
float bottom
)
Parameters
- left Single
- The left margin
- right Single
- The right margin
- top Single
- The top margin
- bottom Single
- The bottom margin