Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfShading Type3( PdfWriter writer, Color colorSpace, float[] coords, float[] domain, PdfFunction function, bool[] extend ) |
Visual Basic |
---|
Public Shared Function Type3 ( _ writer As PdfWriter, _ colorSpace As Color, _ coords As Single(), _ domain As Single(), _ function As PdfFunction, _ extend As Boolean() _ ) As PdfShading |
Visual C++ |
---|
public: static PdfShading^ Type3( PdfWriter^ writer, Color^ colorSpace, array<float>^ coords, array<float>^ domain, PdfFunction^ function, array<bool>^ extend ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- colorSpace
- Type: iTextSharp.text..::..Color
- coords
- Type: array<System..::..Single>[]()[][]
- domain
- Type: array<System..::..Single>[]()[][]
- function
- Type: iTextSharp.text.pdf..::..PdfFunction
- extend
- Type: array<System..::..Boolean>[]()[][]