Question
Parent of Link
Hi,
When doing the image alignment, i have used to the below syntax to get the parent of the link and moving that object. For few images, its throwing an error. Because, parent of the link is returning as "Document". I don't know the reason.
var PgItem = myPage.place(imgPath,[0,0],undefined,false,true,undefined);
var parent = PgItem[0].parent;
Parent object is returning "Document" instead of "Rectangle".