Click or drag to resize

ColorSpace Constructor

Create a ColorSpace from the given SDF/Cos object listed under ColorSpaces entry in page Resource dictionary. If color_space dictionary is null, a non valid ColorSpace object is created.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ColorSpace(
	Obj cs_dict
)

Parameters

cs_dict
Type: pdftron.SDFObj
the color_space
See Also