DrawingContentElementSetNonStrokingColor Method (String, String, Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Changes non-stroking color for the content element.

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetNonStrokingColor(
	string colorSpaceResourceId,
	string name,
	params double[] components
)

Parameters

colorSpaceResourceId
Type: SystemString
The color space resource ID.
name
Type: SystemString
The pattern resourceId. If the current stroking colour space is a Pattern colour space, name shall be an pattern resource ID
components
Type: SystemDouble
Device color's comonentns.
See Also

Reference