|
@@ -244,7 +244,7 @@ namespace AnnotationViewControl
|
|
|
private void LoadCustomControl()
|
|
|
{
|
|
|
regularViewerControl.InitWithPDFViewer(pdfViewer);
|
|
|
- regularViewerControl.PdfViewControl.PDFViewTool.SetViewerModel(MouseModes.kViewer);
|
|
|
+ regularViewerControl.PdfViewControl.PDFViewTool.SetViewerModel(MouseModes.Viewer);
|
|
|
regularViewerControl.SetBOTAContainer(null);
|
|
|
regularViewerControl.SetBOTAContainer(botaBarControl);
|
|
|
regularViewerControl.SetDisplaySettingsControl(displaySettingsControl);
|
|
@@ -321,7 +321,7 @@ namespace AnnotationViewControl
|
|
|
if (regularViewerControl.PdfViewControl != null && regularViewerControl.PdfViewControl.PDFViewTool != null)
|
|
|
{
|
|
|
PDFGrid.Child = regularViewerControl;
|
|
|
- regularViewerControl.PdfViewControl.PDFViewTool.SetViewerModel(MouseModes.kViewer);
|
|
|
+ regularViewerControl.PdfViewControl.PDFViewTool.SetViewerModel(MouseModes.Viewer);
|
|
|
regularViewerControl.InitWithPDFViewer(pdfViewer);
|
|
|
regularViewerControl.SetBOTAContainer(botaBarControl);
|
|
|
regularViewerControl.SetDisplaySettingsControl(displaySettingsControl);
|
|
@@ -332,7 +332,7 @@ namespace AnnotationViewControl
|
|
|
if (annotationControl.PDFViewControl != null && annotationControl.PDFViewControl.PDFViewTool != null)
|
|
|
{
|
|
|
PDFGrid.Child = annotationControl;
|
|
|
- annotationControl.PDFViewControl.PDFViewTool.SetViewerModel(MouseModes.kViewer);
|
|
|
+ annotationControl.PDFViewControl.PDFViewTool.SetViewerModel(MouseModes.Viewer);
|
|
|
annotationControl.InitWithPDFViewer(pdfViewer);
|
|
|
annotationControl.SetBOTAContainer(botaBarControl);
|
|
|
annotationControl.SetDisplaySettingsControl(displaySettingsControl);
|