PageGetResourceDict Method |
Gets the resource dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetResourceDict()
Public Function GetResourceDict As Obj
public:
virtual Obj^ GetResourceDict() sealed
function GetResourceDict();
Return Value
Type:
Obj a pointer to the page resource dictionary.
See Also