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