ClippedContentSetNonStrokingColorSpace Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the non strking 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 SetNonStrokingColorSpace(
	string colorSpaceID
)

Parameters

colorSpaceID
Type: SystemString
The color space ID.
Examples

C#
document.ResourceManager.RegisterResource(new CmykColorSpace("CMYK"));
page.Content.SetNonStrokingColorSpace("CMYK");
page.Content.SetNonStrokingColor(0.99, 0.33, 0.33, 0.67);
See Also

Reference