Checks if is none.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsNone As Boolean
public:
virtual bool IsNone() sealed
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