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