This commit is contained in:
		| @@ -421,7 +421,9 @@ namespace Volian.Print.Library | ||||
| 				ROImageInfo roImage = ROImageInfo.GetByROFstID_FileName(rofst.ROFstID, vals[0]); | ||||
| 				if (roImage != null) | ||||
| 				{ | ||||
| 					iTextSharp.text.Image it_image = iTextSharp.text.Image.GetInstance(roImage.Content); | ||||
| 					ROImageConfig rc = new ROImageConfig(roImage); | ||||
| 					int size = Convert.ToInt32(rc.Image_Size); | ||||
| 					iTextSharp.text.Image it_image = iTextSharp.text.Image.GetInstance(ROImageInfo.Decompress(roImage.Content, size)); | ||||
| 					retval = Rtf2Pdf.FigureAt(cb, it_image, XOffset + MyItemInfo.FormatStepData.Font.CharsToTwips, yLocation, Width * MyPageHelper.YMultiplier, Height * MyPageHelper.YMultiplier, DebugInfo, yBottomMargin, !MyItemInfo.FormatStepData.Type.Contains("Borderless")); | ||||
| 				} | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user