개정판 1e901a8d
Export 수정
Change-Id: I36aaeeb3d6a8aa408c60e5ee386d8752849ee79a
KCOM/Controls/PrintControl.xaml.cs | ||
---|---|---|
633 | 633 |
|
634 | 634 |
foreach (var item in Printimg_List) |
635 | 635 |
{ |
636 |
|
|
637 | 636 |
Export_img = iTextSharp.text.Image.GetInstance(item.Value, System.Drawing.Imaging.ImageFormat.Png); |
638 | 637 |
|
639 |
|
|
640 | 638 |
if (Export_img.Width > Export_img.Height) |
641 | 639 |
{ |
642 | 640 |
doc.SetPageSize(new Rectangle(height, width)); |
내보내기 Unified diff