XFINIUM.PDF Documentation
Distance Property



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

Property Value

A number format collection for measurement of distance in any direction.
Remarks
The first element in the collection shall specify the conversion to the largest distance unit from units represented by the first element in X. 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 distance 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