XFINIUM.PDF Documentation
Bounds Property (PdfViewport)



Gets or sets the viewport bounds.
Syntax
'Declaration
 
Public Property Bounds As PdfStandardRectangle
'Usage
 
Dim instance As PdfViewport
Dim value As PdfStandardRectangle
 
instance.Bounds = value
 
value = instance.Bounds
public PdfStandardRectangle Bounds {get; set;}
public:
property PdfStandardRectangle^ Bounds {
   PdfStandardRectangle^ get();
   void set (    PdfStandardRectangle^ value);
}

Property Value

A Xfinium.Pdf.Graphics.PdfStandardRectangle that defines the viewport area.
Remarks
The lower left and upper right corners of the rectangle determine the orientation of the measuring coordinate system (that is, the direction of the positive x and yaxes) in this viewport, which may have a different rotation from the page.
The viewport bounds are defined in the same coordinate system like the page media box and crop box.
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

PdfViewport Class
PdfViewport Members

Send Feedback