Cell Constructor (Rectangle) |
Initializes a new instance of the Cell class.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Cell(
Rectangle rect
)
Public Sub New (
rect As Rectangle
)
public:
Cell(
Rectangle^ rect
)
new :
rect : Rectangle -> Cell
Parameters
- rect
- Type: Aspose.PdfRectangle
The rectangle of the cell in page's coordinates.
See Also