'Declaration Public Function New( _
ByVal pageThe parent page of new annotation.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal fileSpecificationThe file associated with this annotation.As Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification _
)
public PdfFileAttachmentAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification fileSpecification
)
public: PdfFileAttachmentAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification* fileSpecification
)
public:
PdfFileAttachmentAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification^ fileSpecification
)
Parameters
- page
- The parent page of new annotation.
- fileSpecification
- The file associated with this annotation.