Table of Contents

Class PdfShadingPattern

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Implements the shading pattern dictionary. @author Paulo Soares (psoares@consiste.pt)

public class PdfShadingPattern : PdfDictionary
Inheritance
PdfShadingPattern
Inherited Members

Constructors

PdfShadingPattern(PdfShading)

Creates new PdfShadingPattern

public PdfShadingPattern(PdfShading shading)

Parameters

shading PdfShading

Fields

Writer

protected PdfWriter Writer

Field Value

PdfWriter

matrix

protected float[] matrix

Field Value

float[]

patternName

protected PdfName patternName

Field Value

PdfName

patternReference

protected PdfIndirectReference patternReference

Field Value

PdfIndirectReference

shading

protected PdfShading shading

Field Value

PdfShading

Properties

Matrix

public float[] Matrix { get; set; }

Property Value

float[]

Shading

public PdfShading Shading { get; }

Property Value

PdfShading