Gets a Rectangle that is altered to fit on the page.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Rectangle GetRectangle( float top, float bottom ) |
Visual Basic |
---|
Public Function GetRectangle ( _ top As Single, _ bottom As Single _ ) As Rectangle |
Visual C++ |
---|
public: Rectangle^ GetRectangle( float top, float bottom ) |
Parameters
- top
- Type: System..::..Single
the top position
- bottom
- Type: System..::..Single
the bottom position