Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Initializes a new instance of the SeparationColorSpace 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 SeparationColorSpace( string resourceId, string colorantName, string alternateColorSpaceId, string tintFunctionId )
Parameters
- resourceId
- Type: SystemString
The resource identifier. - colorantName
- Type: SystemString
Name of the colorant. - alternateColorSpaceId
- Type: SystemString
The alternate color space identifier. - tintFunctionId
- Type: SystemString
The tint function identifier.
See Also