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