XFINIUM.PDF Documentation
Bounds Property (PdfGeospatialMeasure)



Gets or sets the map bounds.
Syntax
'Declaration
 
Public Property Bounds As PdfPoint()
'Usage
 
Dim instance As PdfGeospatialMeasure
Dim value() As PdfPoint
 
instance.Bounds = value
 
value = instance.Bounds
public PdfPoint[] Bounds {get; set;}
public:
property array<PdfPoint^>^ Bounds {
   array<PdfPoint^>^ get();
   void set (    array<PdfPoint^>^ value);
}

Property Value

An array of points that describes the bounds of an area for which geospatial transformations are valid.
Remarks
For maps, this bounding polygon is known as a neatline. These points (x and y) are expressed relative to a unit square that describes the bounds associated with a PdfViewport, Xfinium.Pdf.Graphics.PdfFormXObject or Xfinium.Pdf.Graphics.PdfImage.
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

PdfGeospatialMeasure Class
PdfGeospatialMeasure Members

Send Feedback