'Declaration Public Function New( _
ByVal annotationThe annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfWidgetAnnotation, _
ByVal jsDocThe JavaScript API doc.As Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc _
)
public PdfWidgetAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfWidgetAnnotation annotation,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc jsDoc
)
public: PdfWidgetAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfWidgetAnnotation* annotation,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc* jsDoc
)
public:
PdfWidgetAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfWidgetAnnotation^ annotation,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc^ jsDoc
)
Parameters
- annotation
- The annotation.
- jsDoc
- The JavaScript API doc.