ElementGetMCPropertyDict Method |
Gets the mC property dict.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetMCPropertyDict()
Public Function GetMCPropertyDict As Obj
public:
virtual Obj^ GetMCPropertyDict() sealed
function 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