XFINIUM.PDF Documentation
DisplayCoordinateSystem Property



Gets or sets the display coordinate system.
Syntax
'Declaration
 
Public Property DisplayCoordinateSystem As PdfCoordinateSystem
'Usage
 
Dim instance As PdfGeospatialMeasure
Dim value As PdfCoordinateSystem
 
instance.DisplayCoordinateSystem = value
 
value = instance.DisplayCoordinateSystem
public PdfCoordinateSystem DisplayCoordinateSystem {get; set;}
public:
property PdfCoordinateSystem^ DisplayCoordinateSystem {
   PdfCoordinateSystem^ get();
   void set (    PdfCoordinateSystem^ value);
}

Property Value

A projected or geographic coordinate system that shall be used for the display of position values, such as latitude and longitude.
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