Click or drag to resize

GStateSetStrokeColor Method (PatternColor)

Set the stroke color to the given tiling pattern.

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

Parameters

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