'Declaration Protected Overridable Function CreateJsAnnotation( _
ByVal annotationThe source annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
) As PdfJsAnnotation
protected virtual PdfJsAnnotation CreateJsAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
)
protected: virtual PdfJsAnnotation* CreateJsAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation
)
protected:
virtual PdfJsAnnotation^ CreateJsAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation
)
Parameters
- annotation
- The source annotation.
Return Value
The PdfJsAnnotation object instance for the specified PDF annotation.