DeviceNColorSpace Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the DeviceNColorSpace class.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.Special
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public DeviceNColorSpace(
	string resourceId,
	string[] colorantNames,
	string alternateColorSpaceId,
	string tintFunctionId
)

Parameters

resourceId
Type: SystemString
The resource identifier.
colorantNames
Type: SystemString
The colorant names.
alternateColorSpaceId
Type: SystemString
The alternate color space identifier.
tintFunctionId
Type: SystemString
The tint function identifier.
See Also

Reference