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