HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.PdfFunction Class Reference

Static Public Member Functions

static PdfFunction Type0 (PdfWriter writer, float[] domain, float[] range, int[] size, int bitsPerSample, int order, float[] encode, float[] decode, byte[] stream)
 
static PdfFunction Type2 (PdfWriter writer, float[] domain, float[] range, float[] c0, float[] c1, float n)
 
static PdfFunction Type3 (PdfWriter writer, float[] domain, float[] range, PdfFunction[] functions, float[] bounds, float[] encode)
 
static PdfFunction Type4 (PdfWriter writer, float[] domain, float[] range, string postscript)
 

Protected Member Functions

 PdfFunction (PdfWriter writer)
 

Protected Attributes

PdfWriter writer
 
PdfIndirectReference reference
 
PdfDictionary dictionary
 

Detailed Description

Implements PDF functions.

Author
Paulo Soares (psoar.nosp@m.es@c.nosp@m.onsis.nosp@m.te.p.nosp@m.t)

Constructor & Destructor Documentation

◆ PdfFunction()

iTextSharp.text.pdf.PdfFunction.PdfFunction ( PdfWriter  writer)
protected

Creates new PdfFunction

Member Function Documentation

◆ Type0()

static PdfFunction iTextSharp.text.pdf.PdfFunction.Type0 ( PdfWriter  writer,
float[]  domain,
float[]  range,
int[]  size,
int  bitsPerSample,
int  order,
float[]  encode,
float[]  decode,
byte[]  stream 
)
static

◆ Type2()

static PdfFunction iTextSharp.text.pdf.PdfFunction.Type2 ( PdfWriter  writer,
float[]  domain,
float[]  range,
float[]  c0,
float[]  c1,
float  n 
)
static

◆ Type3()

static PdfFunction iTextSharp.text.pdf.PdfFunction.Type3 ( PdfWriter  writer,
float[]  domain,
float[]  range,
PdfFunction[]  functions,
float[]  bounds,
float[]  encode 
)
static

◆ Type4()

static PdfFunction iTextSharp.text.pdf.PdfFunction.Type4 ( PdfWriter  writer,
float[]  domain,
float[]  range,
string  postscript 
)
static

Member Data Documentation

◆ dictionary

PdfDictionary iTextSharp.text.pdf.PdfFunction.dictionary
protected

◆ reference

PdfIndirectReference iTextSharp.text.pdf.PdfFunction.reference
protected

◆ writer

PdfWriter iTextSharp.text.pdf.PdfFunction.writer
protected

The documentation for this class was generated from the following file: