ClippedContentSetStrokingColorSpace Method

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

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 SetStrokingColorSpace(
	string colorSpaceID
)

Parameters

colorSpaceID
Type: SystemString
The color space ID.
Examples

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

Reference