Click or drag to resize

ElementGetMCPropertyDict Method

Gets the mC property dict.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetMCPropertyDict()

Return Value

Type: Obj
a dictionary containing the property list or NULL if property dictionary is not present.
Remarks
the function automatically looks under Properties sub-dictionary of the current resource dictionary if the dictionary is not in-line. Therefore you can assume that returned Obj is dictionary if it is not NULL.
See Also