Click or drag to resize

ShadingGetType Method (Obj)

Gets shading type from shading dictionary.

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

Parameters

shading_dict
Type: pdftron.SDFObj
the shading dictionary

Return Value

Type: ShadingType
The Type of a given SDF/Cos shading dictionary, or e_null for if SDF object is not a valid shading object
See Also