XFINIUM.PDF Documentation
X Property (PdfRectilinearMeasure)



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

Property Value

A number format collection for measurement of change along the x axis and, if Y is not present, along the y axis as well.
Remarks
The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along that axis.
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