'Declaration Protected Function New( _
ByVal annotationThe annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation, _
ByVal jsDocThe JavaScript "doc" object.As Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc _
)
protected PdfAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc jsDoc
)
protected: PdfAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc* jsDoc
)
protected:
PdfAnnotationView(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsDoc^ jsDoc
)
Parameters
- annotation
- The annotation.
- jsDoc
- The JavaScript "doc" object.