public WpfPdfAnnotationView AddAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
)
public: WpfPdfAnnotationView* AddAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation
)
public:
WpfPdfAnnotationView^ AddAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation
)
'Declaration Public Overloads Function AddAnnotation( _
ByVal annotationThe annotation to add.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
) As WpfPdfAnnotationView
Parameters
- annotation
- The annotation to add.
Return Value
The annotation view that corresponds to the annotation.