'Declaration Public Overridable Function CreateAnnotationView( _
ByVal annotationThe annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
) As PdfAnnotationView
public virtual PdfAnnotationView CreateAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
)
public: virtual PdfAnnotationView* CreateAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation
)
public:
virtual PdfAnnotationView^ CreateAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation
)
Parameters
- annotation
- The annotation.
Return Value
A PDF annotation view for the specified PDF annotation.