C# Class iTextSharp.text.pdf.PdfFunction

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
dictionary PdfDictionary
reference PdfIndirectReference
writer PdfWriter

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Type0 ( PdfWriter writer, float domain, float range, int size, int bitsPerSample, int order, float encode, float decode, byte stream ) : PdfFunction
Type2 ( PdfWriter writer, float domain, float range, float c0, float c1, float n ) : PdfFunction
Type3 ( PdfWriter writer, float domain, float range, PdfFunction functions, float bounds, float encode ) : PdfFunction
Type4 ( PdfWriter writer, float domain, float range, string postscript ) : PdfFunction

Méthodes protégées

Méthode Description
PdfFunction ( PdfWriter writer ) : System

Method Details

PdfFunction() protected méthode

protected PdfFunction ( PdfWriter writer ) : System
writer PdfWriter
Résultat System

Type0() public static méthode

public static Type0 ( PdfWriter writer, float domain, float range, int size, int bitsPerSample, int order, float encode, float decode, byte stream ) : PdfFunction
writer PdfWriter
domain float
range float
size int
bitsPerSample int
order int
encode float
decode float
stream byte
Résultat PdfFunction

Type2() public static méthode

public static Type2 ( PdfWriter writer, float domain, float range, float c0, float c1, float n ) : PdfFunction
writer PdfWriter
domain float
range float
c0 float
c1 float
n float
Résultat PdfFunction

Type3() public static méthode

public static Type3 ( PdfWriter writer, float domain, float range, PdfFunction functions, float bounds, float encode ) : PdfFunction
writer PdfWriter
domain float
range float
functions PdfFunction
bounds float
encode float
Résultat PdfFunction

Type4() public static méthode

public static Type4 ( PdfWriter writer, float domain, float range, string postscript ) : PdfFunction
writer PdfWriter
domain float
range float
postscript string
Résultat PdfFunction

Property Details

dictionary protected_oe property

protected PdfDictionary,iTextSharp.text.pdf dictionary
Résultat PdfDictionary

reference protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf reference
Résultat PdfIndirectReference

writer protected_oe property

protected PdfWriter,iTextSharp.text.pdf writer
Résultat PdfWriter