| SignDocDocumentaddAttachmentFile Method |
Add an attachment (read from a file) to the document.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void addAttachmentFile(
string name,
string description,
string type,
string path
)
Parameters
- name
- Type: SystemString
The name of the attachment. Will also be
used as filename of the attachment and must
not contain slashes, backslashes, and colons. - description
- Type: SystemString
The description of the attachment (can be
null and empty except for PDF/A-3 documents). - type
- Type: SystemString
The MIME type of the attachment (can be
null and empty). - path
- Type: SystemString
The pathname of the file to be attached.
See Also