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
)
Public Sub New (
cs_dict As Obj
)
public:
ColorSpace(
[InAttribute] Obj^ cs_dict
)
pdftron.PDF.ColorSpace = function(cs_dict);
Parameters
- cs_dict
- Type: pdftron.SDFObj
the color_space
See Also