Click or drag to resize

Padding(NullableDouble) Constructor

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

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Padding(
	double? leftTopRightBottom
)

Parameters

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