XFINIUM.PDF Documentation
Rectangle Property



Gets the line rectangle.
Syntax
'Declaration
 
Public ReadOnly Property Rectangle As PdfVisualRectangle
'Usage
 
Dim instance As PdfTextLine
Dim value As PdfVisualRectangle
 
value = instance.Rectangle
public PdfVisualRectangle Rectangle {get;}
public:
property PdfVisualRectangle^ Rectangle {
   PdfVisualRectangle^ get();
}

Property Value

The rectangle that bounds the text line.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfTextLine Class
PdfTextLine Members

Send Feedback