 | PdfShadingPatternFunctions Property |
Gets or sets a m-in, n-out function or an array of n m-in, 1-out functions where n is the number of color components in the shading color space and m is depend on
ShadingType.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic virtual IEnumerable<PdfFunction> Functions { get; set; }
Public Overridable Property Functions As IEnumerable(Of PdfFunction)
Get
Set
public:
virtual property IEnumerable<PdfFunction^>^ Functions {
IEnumerable<PdfFunction^>^ get ();
void set (IEnumerable<PdfFunction^>^ value);
}
abstract Functions : IEnumerable<PdfFunction> with get, set
override Functions : IEnumerable<PdfFunction> with get, set
/** @property */
public IEnumerable<PdfFunction> get_Functions()
/** @property */
public void set_Functions(IEnumerable<PdfFunction> value)
function get_Functions();
function set_Functions(value);
Property Value
IEnumerablePdfFunction
See Also