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