Initializes a new instance of the PdfRectangle class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfRectangle( Rectangle rectangle ) |
Visual Basic |
---|
Public Sub New ( _ rectangle As Rectangle _ ) |
Visual C++ |
---|
public: PdfRectangle( Rectangle^ rectangle ) |
Parameters
- rectangle
- Type: iTextSharp.text..::..Rectangle