XFINIUM.PDF Documentation
Angle Property



Xfinium.Pdf.Spatial Namespace > PdfRectilinearMeasure Class : Angle Property
Gets or sets the number formats for angles.
Syntax
'Declaration
 
Public Property Angle As PdfNumberFormatCollection
'Usage
 
Dim instance As PdfRectilinearMeasure
Dim value As PdfNumberFormatCollection
 
instance.Angle = value
 
value = instance.Angle
public PdfNumberFormatCollection Angle {get; set;}
public:
property PdfNumberFormatCollection^ Angle {
   PdfNumberFormatCollection^ get();
   void set (    PdfNumberFormatCollection^ value);
}

Property Value

A number format collection for measurement of angles.
Remarks
The first element in the collection shall specify the conversion to the largest angle unit from degrees. The scale factor from CXY (if present) shall be used to convert from default PDF units to the appropriate units before applying the angle function.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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