XFINIUM.PDF Documentation
Y Property (PdfRectilinearMeasure)



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

Property Value

A number format collection for measurement of change along the y.
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 the Y axis.
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