MarginInfo Constructor (Double, Double, Double, Double) |
Constructor of Rectangle.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic MarginInfo(
double left,
double bottom,
double right,
double top
)
Public Sub New (
left As Double,
bottom As Double,
right As Double,
top As Double
)
public:
MarginInfo(
double left,
double bottom,
double right,
double top
)
new :
left : float *
bottom : float *
right : float *
top : float -> MarginInfo
Parameters
- left
- Type: SystemDouble
Left margin. - bottom
- Type: SystemDouble
Bottom margin - right
- Type: SystemDouble
Right margin. - top
- Type: SystemDouble
Top margin.
See Also