Click or drag to resize

ColorSpaceIsNone Method

Checks if is none.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsNone()

Return Value

Type: Boolean
True if Separation or DeviceN color space contains None colorants. For DeviceN the function returns true only if component colorant names are all None.
Remarks
for color spaces other than Separation or DeviceN this method throws an exception.
See Also