ClippedContentSetStrokingColor Method (Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the current color for the stroking operations.

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

public void SetStrokingColor(
	params double[] components
)

Parameters

components
Type: SystemDouble
The components.
Examples

C#
document.ResourceManager.RegisterResource(new RgbColorSpace("RGB"));
page.Content.SetStrokingColorSpace("RGB");
page.Content.SetStrokingColor(0.99, 0.33, 0.33);
See Also

Reference