XFINIUM.PDF Documentation
Decode Property



Xfinium.Pdf.PdfFunctions Namespace > PdfSampleFunction Class : Decode Property
Gets or sets the function's decoding array.
Syntax
'Declaration
 
Public Property Decode As Double()
'Usage
 
Dim instance As PdfSampleFunction
Dim value() As Double
 
instance.Decode = value
 
value = instance.Decode
public double[] Decode {get; set;}
public:
property array<double>^ Decode {
   array<double>^ get();
   void set (    array<double>^ value);
}

Property Value

An array of 2 x n numbers specifying the linear mapping of sample values into the range appropriate for the function's output values.
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 Class
PdfSampleFunction Members