DocumentViewer: 1.9.1

This commit is contained in:
Jonathan Jenne
2023-08-07 09:37:22 +02:00
parent b399ced22e
commit 64a81eef17
3 changed files with 11 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ Public Class Annotations
oAnnotation.Height = DEFAULT_HEIGHT
oAnnotation.Text = pText
'pGDViewer.ann
If oManager.SaveAnnotationsToPage() = GdPictureStatus.OK Then
oManager.BurnAnnotationsToPage(True)
End If