XFINIUM.PDF Documentation
Slope Property



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

Property Value

A number format collection for measurement of the slope of a line.
Remarks
The first element in the collection shall specify the conversion to the largest slope unit from units represented by the first element in Y divided 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 slope 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