Update 20251107

This commit is contained in:
Stefan Hutter
2025-11-07 15:07:34 +01:00
parent e6d233b36d
commit ec5c61cc57
55 changed files with 1032 additions and 269 deletions

View File

@@ -51,6 +51,10 @@ namespace OnDoc.UIControls
this.pnlEdit.Visible = false;
}
public int Get_Page_Count()
{
return pdfViewerControl1.PageCount;
}
public void set_zoom()
{
this.pdfViewerControl1.ZoomMode = ZoomMode.FitWidth;