ClippedContentSetDeviceStrokingColor Method (Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the device color as a current stroking color. The number of array elements determines the colour space in which the colour shall be defined: 1 DeviceGray 3 DeviceRGB 4 DeviceCMYK

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 SetDeviceStrokingColor(
	params double[] color
)

Parameters

color
Type: SystemDouble
The color.
See Also

Reference