'Declaration Public Function GetAnnotationViewAssociatedWith( _
ByVal annotationThe annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
) As WpfPdfAnnotationView
public WpfPdfAnnotationView GetAnnotationViewAssociatedWith(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
)
public: WpfPdfAnnotationView* GetAnnotationViewAssociatedWith(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation
)
public:
WpfPdfAnnotationView^ GetAnnotationViewAssociatedWith(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation
)
Parameters
- annotation
- The annotation.
Return Value
The annotation view associated with the specified annotation.