Quantcast
Channel: Adobe Community : Popular Discussions - Adobe FrameMaker
Viewing all articles
Browse latest Browse all 23442

Read graphic Object properties 'scaling'

$
0
0

Hi all,

 

I am trying to read 'scaling' graphic Object properties values using in below code.  In case graphic having 60% that time also I am getting only 100%.So can I get some help? Thank you very much.

 

function CheckScaing(doc)
{   graphicObj = doc.FirstGraphicInDoc;
 while(graphicObj.ObjectValid())     {        graphicObj = graphicObj.NextGraphicInDoc;              if(graphicObj.type == Constants.FO_Inset)                {                  name = graphicObj.InsetFile;                  var insetDpis=graphicObj.InsetDpi                  alert(insetDpis)                  }        }
}

Viewing all articles
Browse latest Browse all 23442

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>