개정판 1684a18d
issue #1021 Sign case 추가. approved image 오류 수정.
Change-Id: I0e1c7e315cfc4f84ddc8e7488bb237e24eaec147
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
1057 | 1057 |
double Angle = control.Angle; |
1058 | 1058 |
double Opacity = control.Opac; |
1059 | 1059 |
|
1060 |
string imgpath = CommonLib.Common.GetConfigString("ApprovedImgPath", "URL", "");
|
|
1060 |
string imgpath = CommonLib.Common.GetConfigString("CheckmarkImgPath", "URL", "");
|
|
1061 | 1061 |
Controls_PDF.HoneyPDFLib_DrawSet_Symbol.DrawCheckMark(StartPoint, EndPoint, pointSet, contentByte, _SetColor, Angle, Opacity, imgpath); |
1062 | 1062 |
} |
1063 | 1063 |
break; |
내보내기 Unified diff