Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

How to hide measurement annotations

$
0
0
Hi Guys 
I need to hide any ruler or measurement annotation that may be part of a pdf document.

Im using the following code however there doesn't appear to be an enumeration for measurements

 Dim annotationEditor As New PdfAnnotationEditor()
                        annotationEditor.BindPdf(pFileName)
                        annotationEditor.DeleteAnnotations(Annotations.AnnotationType.Popup)

Can you offer a suggestion

VB.net 2015 Aspose total current release


Viewing all articles
Browse latest Browse all 3131

Trending Articles