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 PdfFunction Type4( PdfWriter writer, float[] domain, float[] range, string postscript ) |
| Visual Basic |
|---|
Public Shared Function Type4 ( _ writer As PdfWriter, _ domain As Single(), _ range As Single(), _ postscript As String _ ) As PdfFunction |
| Visual C++ |
|---|
public: static PdfFunction^ Type4( PdfWriter^ writer, array<float>^ domain, array<float>^ range, String^ postscript ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- domain
- Type: array<System..::..Single>[]()[][]
- range
- Type: array<System..::..Single>[]()[][]
- postscript
- Type: System..::..String