Table of Contents

Class PatternColor

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

Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.).

public class PatternColor : ExtendedColor
Inheritance
PatternColor
Inherited Members

Constructors

PatternColor(PdfPatternPainter)

Creates a color representing a pattern.

public PatternColor(PdfPatternPainter painter)

Parameters

painter PdfPatternPainter

the actual pattern

Properties

Painter

Gets the pattern.

public PdfPatternPainter Painter { get; }

Property Value

PdfPatternPainter

the pattern

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int