[C#]
FileAttachmentAnnotation(Doc
doc, XRect rect, string filePath)
FileAttachmentAnnotation(Doc doc,
XRect rect, byte[] data, string fileName, DateTime modDate,
DateTime creationDate)
[Visual Basic]
FileAttachmentAnnotation(doc As
Doc, rect As XRect, filePath As string)
FileAttachmentAnnotation(doc As Doc,
rect As XRect, data() As Byte, fileName As string, modDate As
DateTime, creationDate As DateTime)
|
|
|