Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
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