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