Hi Everyone,
Please go through the code below:
InlineShape il = doc.Sentences[i].InlineShapes[1];
float height = il.Height;
The second line is some times working fine but at times it throws an exception "Command Failed".
Kindly help me in this.
Thanks,
Malvika.
Please go through the code below:
InlineShape il = doc.Sentences[i].InlineShapes[1];
float height = il.Height;
The second line is some times working fine but at times it throws an exception "Command Failed".
Kindly help me in this.
Thanks,
Malvika.
Comment