|
@@ -58,7 +58,7 @@ namespace PDF_Office.Helper
|
|
|
if (cropPageEnumIndex != cropPageEnumList.Count - 1)
|
|
|
{
|
|
|
cropPageEnumList.RemoveRange(cropPageEnumIndex+1, cropPageEnumList.Count - cropPageEnumIndex-1);
|
|
|
- cropPageList.RemoveRange(cropPageList.Count - cropPageListInterval-37, cropPageListInterval);
|
|
|
+ cropPageList.RemoveRange(cropPageList.Count - cropPageListInterval- pdfviewer.Document.PageCount, cropPageListInterval);
|
|
|
cropPageListInterval = 0;
|
|
|
}
|
|
|
|