ここのサンプルの
http://www.pdflib.com/pdflib-cookbook/text-output/image-as-text-fill-color/

if (resx > 0) {
 imagewidth = imagewidth * 72 / resx;
 imageheight = imageheight * 72 / resy;
}

の72というのがどこから来るのか分からなくて困ってます。
教えてください。