I need to find the location and extent of an item where it will be printed on the page.
Can I do something like
var aRect = document.findControl(aTagName).location;
where
aRect is a rectange like- x,y extentx, extenty
document - is the Prince document to be printed
aTagName is the name of the document element to find
Can I do something like
var aRect = document.findControl(aTagName).location;
where
aRect is a rectange like- x,y extentx, extenty
document - is the Prince document to be printed
aTagName is the name of the document element to find