Add file attachment annotation to the current page of the doc.
[C#] FileAttachmentAnnotation(Doc doc, XRect rect, string filePath) FileAttachmentAnnotation(Doc doc, XRect rect, byte[] data, string fileName, DateTime modDate, DateTime creationDate)
FileAttachmentAnnotation(Doc doc, XRect rect, string filePath) FileAttachmentAnnotation(Doc doc, XRect rect, byte[] data, string fileName, DateTime modDate, DateTime creationDate)
None.