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
)
Public Shared Function GetType (
cs As Obj
) As ColorSpaceType
public:
static ColorSpaceType GetType(
[InAttribute] Obj^ cs
)
pdftron.PDF.ColorSpace.GetType = function(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