Click or drag to resize

PdfRectangleShape Constructor

Creates a new PdfRectangleShape on the PdfPage.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfRectangleShape(
	PdfPage parentPage
)

Parameters

parentPage
Type: RadPdf.Data.Document.PagesPdfPage
The page to which this new object should be added.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe parentPage is null.
RadPdfDocumentExceptionThe PdfDocumentSettings prevent adding this kind of object.
See Also