XFINIUM.PDF Documentation
Area Property



Gets or sets the number formats for area.
Syntax
'Declaration
 
Public Property Area As PdfNumberFormatCollection
'Usage
 
Dim instance As PdfRectilinearMeasure
Dim value As PdfNumberFormatCollection
 
instance.Area = value
 
value = instance.Area
public PdfNumberFormatCollection Area {get; set;}
public:
property PdfNumberFormatCollection^ Area {
   PdfNumberFormatCollection^ get();
   void set (    PdfNumberFormatCollection^ value);
}

Property Value

A number format collection for measurement of area.
Remarks
The first element in the collection shall specify the conversion to the largest area unit from units represented by the first element in X, squared. The scale factors from X, Y (if present) and CXY (if Y is present) shall be used to convert from default PDF units to the appropriate units before applying the area function.
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

PdfRectilinearMeasure Class
PdfRectilinearMeasure Members

Send Feedback