|
@@ -182,6 +182,8 @@ namespace InABox.DynamicGrid
|
|
|
return EntityDocumentAnnotationType.Text;
|
|
|
if (annotation is PdfLoadedInkAnnotation)
|
|
|
return EntityDocumentAnnotationType.Ink;
|
|
|
+ if (annotation is PdfLoadedPopupAnnotation)
|
|
|
+ return EntityDocumentAnnotationType.Popup;
|
|
|
if (annotation is PdfLoadedRubberStampAnnotation)
|
|
|
{
|
|
|
if (!string.IsNullOrWhiteSpace(annotation.Subject))
|