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