PatternColorGetType Method (Obj) |
Gets the type.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static PatternColorType GetType(
Obj pattern
)
Public Shared Function GetType (
pattern As Obj
) As PatternColorType
public:
static PatternColorType GetType(
[InAttribute] Obj^ pattern
)
pdftron.PDF.PatternColor.GetType = function(pattern);
Parameters
- pattern
- Type: pdftron.SDFObj
the pattern
Return Value
Type:
PatternColorType The Type of a given SDF/Cos color space, or e_null for if
SDF object is not a valid pattern object
See Also