XFINIUM.PDF Documentation
PreferredAreaDisplayUnit Property



Gets or sets the preferred unit for displaying areas.
Syntax
'Declaration
 
Public Property PreferredAreaDisplayUnit As PdfPreferredDisplayUnit
'Usage
 
Dim instance As PdfGeospatialMeasure
Dim value As PdfPreferredDisplayUnit
 
instance.PreferredAreaDisplayUnit = value
 
value = instance.PreferredAreaDisplayUnit
public PdfPreferredDisplayUnit PreferredAreaDisplayUnit {get; set;}
public:
property PdfPreferredDisplayUnit PreferredAreaDisplayUnit {
   PdfPreferredDisplayUnit get();
   void set (    PdfPreferredDisplayUnit value);
}

Property Value

The preferred unit for displaying areas.
Remarks
Only these values are supported for this property: PdfPreferredDisplayUnit.SquareMetre, PdfPreferredDisplayUnit.Hectare, PdfPreferredDisplayUnit.SquareKilometre, PdfPreferredDisplayUnit.SquareUSFoot, PdfPreferredDisplayUnit.Acre and PdfPreferredDisplayUnit.SquareMile.
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