| MarginInfo Constructor (Double, Double, Double, Double) |
Constructor of Rectangle.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
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 -> MarginInfoParameters
- left
- Type: SystemDouble
Left margin. - bottom
- Type: SystemDouble
Bottom margin - right
- Type: SystemDouble
Right margin. - top
- Type: SystemDouble
Top margin.
See Also