XFINIUM.PDF Documentation
Distance Property



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

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 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