Click or drag to resize

PdfColorItem Property

Gets the intensity of the colorant at the specified index.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public double this[
	int colorantIndex
] {
	get;
 }

Parameters

colorantIndex  Int32
The zero-based index of the colorant.

Property Value

Double
The intensity of the colorant at the specified index.

Return Value

Double
The intensity of the colorant at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncolorantIndex is less than zero or greater than or equal to Space.ColorantCount.
See Also