Margins(Single, Single, Single, Single) Constructor
Initializes the margins with the given values
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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
)
public:
Margins(
float left,
float right,
float top,
float bottom
)
new :
left : float32 *
right : float32 *
top : float32 *
bottom : float32 -> Margins
Parameters
- left Single
- The left margin
- right Single
- The right margin
- top Single
- The top margin
- bottom Single
- The bottom margin