XFINIUM.PDF Documentation
VisualBounds Property (PdfImageVisualObject)



Xfinium.Pdf.Content Namespace > PdfImageVisualObject Class : VisualBounds Property
Gets the bounds of this object in visual coordinates.
Syntax
'Declaration
 
Public Overrides ReadOnly Property VisualBounds As PdfVisualRectangle
'Usage
 
Dim instance As PdfImageVisualObject
Dim value As PdfVisualRectangle
 
value = instance.VisualBounds
public override PdfVisualRectangle VisualBounds {get;}
public:
property PdfVisualRectangle^ VisualBounds {
   PdfVisualRectangle^ get() override;
}

Property Value

a Xfinium.Pdf.Graphics.PdfVisualRectangle object specifying the rectangular bounds of this object.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfImageVisualObject Class
PdfImageVisualObject Members