diff --git a/Controls.DocumentViewer/Classes/Annotations.vb b/Controls.DocumentViewer/Classes/Annotations.vb index 9bdc1aab..56c72d13 100644 --- a/Controls.DocumentViewer/Classes/Annotations.vb +++ b/Controls.DocumentViewer/Classes/Annotations.vb @@ -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 diff --git a/Controls.DocumentViewer/DocumentViewer.vb b/Controls.DocumentViewer/DocumentViewer.vb index fed21387..73de12b5 100644 --- a/Controls.DocumentViewer/DocumentViewer.vb +++ b/Controls.DocumentViewer/DocumentViewer.vb @@ -31,6 +31,12 @@ Public Class DocumentViewer Stream End Enum + Public ReadOnly Property PdfViewer As GdViewer + Get + Return GdViewer + End Get + End Property + Private _logConfig As LogConfig Private _logger As Logger Private _Config As ConfigManager(Of Config) diff --git a/Controls.DocumentViewer/My Project/AssemblyInfo.vb b/Controls.DocumentViewer/My Project/AssemblyInfo.vb index 69c95351..ee0baaf3 100644 --- a/Controls.DocumentViewer/My Project/AssemblyInfo.vb +++ b/Controls.DocumentViewer/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + +