Click or drag to resize

ColorSpaceCreate Method

Create a new ColorSpace from a given object

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

Parameters

color_space
Type: pdftron.SDFObj
existing color space

Return Value

Type: ColorSpace
the color space
See Also