Gets the intensity of the colorant at the specified index.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic double this[
int colorantIndex
] {
get;
}Public ReadOnly Default Property Item (
colorantIndex As Integer
) As Double
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
See Also