Click or drag to resize

ColorSpaceGetType Method (Obj)

Gets the type.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static ColorSpaceType GetType(
	Obj cs
)

Parameters

cs
Type: pdftron.SDFObj
Cos/SDF color space object.

Return Value

Type: ColorSpaceType
The Type of a given SDF/Cos color space, or e_null for if SDF object is not a valid color space
See Also