Source position: fppdfobjects.pp line 97
type TPDFRect = record
public
ll: TPDFPoint;
ur: TPDFPoint;
function AsString;
end;