XFINIUM.PDF Documentation
PdfExponentialFunction Class
Members 



Xfinium.Pdf.PdfFunctions Namespace : PdfExponentialFunction Class
Defines a type 2 (Exponential Interpolation) function.
Syntax
'Declaration
 
Public Class PdfExponentialFunction 
   Inherits PdfFunction
'Usage
 
Dim instance As PdfExponentialFunction
public class PdfExponentialFunction : PdfFunction 
public ref class PdfExponentialFunction : public PdfFunction 
Remarks
Type 2 Pdf functions define an exponential interpolation of one input value and n output values.
Inheritance Hierarchy

System.Object
   Xfinium.Pdf.PdfFunctions.PdfFunction
      Xfinium.Pdf.PdfFunctions.PdfExponentialFunction

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

PdfExponentialFunction Members
Xfinium.Pdf.PdfFunctions Namespace