프로젝트

일반

사용자정보

개정판 9774d01e

ID9774d01e1ea2282b3a745abac2b4896c05cf26a0
상위 0760d1ad
하위 b3abe27f

gaqhf 이(가) 약 5년 전에 추가함

dev issue #569 : PDF 변환 각도 계산 추가

Change-Id: I58e4ea3e35ebc8c613a344ffb70bdedd1d89b6f8

차이점 보기:

DTI_PID/PDF_TO_IMAGE/ConvertImage.Designer.cs
160 160
            this.label4.TabIndex = 13;
161 161
            this.label4.Text = "Pixels";
162 162
            // 
163
            // splashScreenManager
163
            // splashScreenManager1
164 164
            // 
165 165
            this.splashScreenManager1.ClosingDelay = 500;
166 166
            // 
DTI_PID/PDF_TO_IMAGE/ConvertImage.cs
218 218
                        double dWidth = page.CropBox.Width;
219 219
                        double dHeight = page.CropBox.Height;
220 220

  
221
                        if (page.Rotate == 90 || page.Rotate == 270)
222
                        {
223
                            double tempValue = dWidth;
224
                            dWidth = dHeight;
225
                            dHeight = tempValue;
226
                        }
227

  
221 228
                        if (Chk_Scale.Checked)
222 229
                        {
223 230
                            dWidth = dWidth * iScale;

내보내기 Unified diff

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