C# Class iTextSharp.text.pdf.PdfFunction

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
dictionary PdfDictionary
reference PdfIndirectReference
writer PdfWriter

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
PdfFunction ( PdfWriter writer ) : System

Method Details

PdfFunction() protected method

protected PdfFunction ( PdfWriter writer ) : System
writer PdfWriter
return System

Type0() public static method

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
return PdfFunction

Type2() public static method

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
return PdfFunction

Type3() public static method

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
return PdfFunction

Type4() public static method

public static Type4 ( PdfWriter writer, float domain, float range, string postscript ) : PdfFunction
writer PdfWriter
domain float
range float
postscript string
return PdfFunction

Property Details

dictionary protected_oe property

protected PdfDictionary,iTextSharp.text.pdf dictionary
return PdfDictionary

reference protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf reference
return PdfIndirectReference

writer protected_oe property

protected PdfWriter,iTextSharp.text.pdf writer
return PdfWriter