XFINIUM.PDF Documentation
PdfSampleFunction Class
Members 



Xfinium.Pdf.PdfFunctions Namespace : PdfSampleFunction Class
Defines a type 0 (Sampled) function.
Syntax
'Declaration
 
Public Class PdfSampleFunction 
   Inherits PdfFunction
'Usage
 
Dim instance As PdfSampleFunction
public class PdfSampleFunction : PdfFunction 
public ref class PdfSampleFunction : public PdfFunction 
Remarks
Type 0 Pdf functions use a sequence of sample values (contained in a stream) to provide an approximation for functions whose domains and ranges are bounded. The samples are organized as an m-dimensional table in which each entry has n components.
Inheritance Hierarchy

System.Object
   Xfinium.Pdf.PdfFunctions.PdfFunction
      Xfinium.Pdf.PdfFunctions.PdfSampleFunction

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

PdfSampleFunction Members
Xfinium.Pdf.PdfFunctions Namespace