XFINIUM.PDF Documentation
Function Property (PdfFunctionShading)



Gets or sets the shading function.
Syntax
'Declaration
 
Public Property Function As PdfFunction
'Usage
 
Dim instance As PdfFunctionShading
Dim value As PdfFunction
 
instance.Function = value
 
value = instance.Function
public PdfFunction Function {get; set;}
public:
property PdfFunction^ Function {
   PdfFunction^ get();
   void set (    PdfFunction^ value);
}

Property Value

A 2-in, n-out function, where n is the number of color components in the shading dictionary's color space
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

PdfFunctionShading Class
PdfFunctionShading Members

Send Feedback