C# Class iTextSharp.text.pdf.PdfShadingPattern

Inheritance: PdfDictionary
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
matrix float[]
patternName PdfName
patternReference PdfIndirectReference
shading PdfShading
writer PdfWriter

Private Properties

Property Type Description

Public Methods

Method Description
AddToBody ( ) : void
PdfShadingPattern ( PdfShading shading ) : System

Method Details

AddToBody() public method

public AddToBody ( ) : void
return void

PdfShadingPattern() public method

public PdfShadingPattern ( PdfShading shading ) : System
shading PdfShading
return System

Property Details

matrix protected property

protected float[] matrix
return float[]

patternName protected property

protected PdfName,iTextSharp.text.pdf patternName
return PdfName

patternReference protected property

protected PdfIndirectReference,iTextSharp.text.pdf patternReference
return PdfIndirectReference

shading protected property

protected PdfShading,iTextSharp.text.pdf shading
return PdfShading

writer protected property

protected PdfWriter,iTextSharp.text.pdf writer
return PdfWriter