Hello Team,
We are using the below mentioned code to insert an image in the document but image is getting overlapped with the footer of the page. it is not identifying the space is there or not.
Document doc = new Docu…...Shape shape = builder.InsertImage(path..."input\\Dummy.jpg"); shape.WrapType = WrapType.None; shape.RelativeHorizontalPo...