C# Class iTextSharp.text.pdf.PdfShadingPattern

Inheritance: PdfDictionary
显示文件 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_oe property

protected float[] matrix
return float[]

patternName protected_oe property

protected PdfName,iTextSharp.text.pdf patternName
return PdfName

patternReference protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf patternReference
return PdfIndirectReference

shading protected_oe property

protected PdfShading,iTextSharp.text.pdf shading
return PdfShading

writer protected_oe property

protected PdfWriter,iTextSharp.text.pdf writer
return PdfWriter