|
@@ -112,6 +112,7 @@ namespace Compdfkit_Tools.PDFControl
|
|
if (!string.IsNullOrEmpty(e))
|
|
if (!string.IsNullOrEmpty(e))
|
|
{
|
|
{
|
|
pdfViewer.SetZoom(double.Parse(e) / 100);
|
|
pdfViewer.SetZoom(double.Parse(e) / 100);
|
|
|
|
+ pdfViewer.UpDataRenderFrame();
|
|
SetZoomTextBoxText(string.Format("{0}", (int)(pdfViewer.GetZoom() * 100)));
|
|
SetZoomTextBoxText(string.Format("{0}", (int)(pdfViewer.GetZoom() * 100)));
|
|
}
|
|
}
|
|
}
|
|
}
|