개정판 eeb0a39c
Master 변경
Change-Id: I88bac84fa474fd4c174dc1fffa19eae5303ba2bc
MarkupToPDF/Controls/Etc/SignControl.cs | ||
---|---|---|
121 | 121 |
} |
122 | 122 |
} |
123 | 123 |
} |
124 |
|
|
124 | 125 |
public double CenterX |
125 | 126 |
{ |
126 | 127 |
get { return (double)GetValue(CenterXProperty); } |
... | ... | |
314 | 315 |
{ |
315 | 316 |
var _sign = GetUserSign.GetSign(this.UserNumber, this.ProjectNO); |
316 | 317 |
byte[] imageBytes = System.Convert.FromBase64String(_sign); |
318 |
|
|
317 | 319 |
System.IO.MemoryStream stream = new System.IO.MemoryStream(); |
318 | 320 |
stream.Write(imageBytes, 0, imageBytes.Length); |
319 | 321 |
stream.Position = 0; |
... | ... | |
329 | 331 |
|
330 | 332 |
this.SignImage = returnImage; |
331 | 333 |
} |
334 |
|
|
332 | 335 |
this.PointSet = new List<Point> |
333 | 336 |
{ |
334 | 337 |
this.StartPoint, |
내보내기 Unified diff