FileAttachmentAnnotation.FileAttachmentAnnotation

FileAttachmentAnnotation constructor

Creates new FileAttachment annotation on the specified page.

public FileAttachmentAnnotation(Page page, Rectangle rect, FileSpecification fileSpec)
ParameterTypeDescription
pagePageDocument’s page where annotation should be created.
rectRectangleRequired rectangle that sets annotation’s border.
fileSpecFileSpecificationDescribes the file that shoud be bound with the annotation.

See Also