Cell Constructor (Rectangle)
Initializes a new instance of the Cell class.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Cell(
	Rectangle rect
)

Parameters

rect
Type: Aspose.PdfRectangle
The rectangle of the cell in page's coordinates.
See Also