Click or drag to resize

Padding(NullableDouble, NullableDouble, NullableDouble, NullableDouble) Constructor

Initializes a new instance of the Padding struct with specified left, top, right and bottom padding.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Padding(
	double? left,
	double? top,
	double? right,
	double? bottom
)

Parameters

left  NullableDouble
The left padding or null if it value should be inherited.
top  NullableDouble
The top padding or null if it value should be inherited.
right  NullableDouble
The right padding or null if it value should be inherited.
bottom  NullableDouble
The bottom padding or null if it value should be inherited.
See Also