개정판 2eac4f76
그리기모드 Escape수정
Axis Lock 꺽은선과 폴리라인 추가
ConvertService/ConverterService/DZConverterLib/DZConverter.cs | ||
---|---|---|
595 | 595 |
int a = doc.GetPageCount(); |
596 | 596 |
//throw new AccessViolationException(); |
597 | 597 |
_pageNo = itr.GetPageNumber(); |
598 |
//Page _page = itr.Current();
|
|
599 |
Page _page = doc.GetPage(27); |
|
598 |
Page _page = itr.Current(); |
|
599 |
//Page _page = doc.GetPage(27);
|
|
600 | 600 |
itr.Next(); |
601 | 601 |
|
602 | 602 |
int widthData = (int)_page.GetPageWidth(); |
... | ... | |
628 | 628 |
{ |
629 | 629 |
|
630 | 630 |
} |
631 |
|
|
632 | 631 |
++cnt; |
633 | 632 |
this.SetCurrentPage(cnt, IConverterPDF.ConverterStatus.Crop); |
634 | 633 |
|
내보내기 Unified diff