PdfSpotColor Constructor

Initializes a new instance of the PdfSpotColor class.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSpotColor(
	double amount,
	PdfSeparationColorSpace colorSpace
)
VB
Public Sub New ( 
	amount As Double,
	colorSpace As PdfSeparationColorSpace
)

Parameters

amount
Type: System.Double
The amount (concentration) of spot colorant (tint).
colorSpace
Type: BitMiracle.Docotic.Pdf.PdfSeparationColorSpace
The separation color space in which the colorant is defined.

Remarks

The value 0.0 for the amount parameter represents the minimum amount of colorant that can be applied; 1.0 represents the maximum. Thus, 0.0 denotes the lightest color that can be achieved with the given colorant, and 1.0 denotes the darkest.

See Also