Click or drag to resize

GStateSetFillColor Method (PatternColor)

Set the fill color to the given tiling pattern.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFillColor(
	PatternColor pattern
)

Parameters

pattern
Type: pdftron.PDFPatternColor
SDF pattern object.
Remarks
The currently selected fill color space must be Pattern color space.
See Also