프로젝트

일반

사용자정보

개정판 0cda2a88

ID0cda2a885008c0503d20d124631932685c72d462
상위 b4b23404
하위 65d2042f, 2c629eec, 4cb62752, 71208c63, 606884bf, 64374bd8, 7f8a2ff4, 20ef6ffe, b2c6901f, 2c3eae15, 77190232, 6b24246c

김태성이(가) 약 5년 전에 추가함

markus 성능개선
- 일정 페이지범위를 local 저장소에 저장
- Markup데이터를 페이지 로딩전 미리 로드

Change-Id: Ib6ef3d770a360c40acf01d6de04668bee653eee4

차이점 보기:

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

클립보드 이미지 추가 (최대 크기: 500 MB)