Gets the name of the specific annotation for the specified page in a PDF document.
Visual Basic |
---|
Public Function GetAnnotationName( _ ByVal WhichPage As Long, _ ByVal WhichAnnotation As Long _ ) As String |
- WhichPage
- A long value which represents the page to get the annotation name from.
- WhichAnnotation
- A long value which represents the specific annotation to get the name of.
The name of whichAnnotation on whichPage in the PDF document.