Click or drag to resize
Pdftools logo

ColorSpace Methods

The ColorSpace type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCopy

Copy a color space

Copy a color space object from an input document to the given targetDocument. The returned object is associated with the given target document but not yet part of it.
Public methodStatic memberCreateProcessColorSpace

Get the canonical grayscale, RGB, or CMYK color space.

Depending on the PDF/A compliance and the output intent, this is either a device color space (DeviceGrayColorSpace, DeviceRgbColorSpace, DeviceCmykColorSpace), a calibrated color space (CalibratedGrayColorSpace, CalibratedRgbColorSpace), or an ICC-based color space (4-channel IccBasedColorSpace). The returned color space object is not yet used on any page, but it is associated with the given target document.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also