| SignDocDocumentremoveAttachment Method |
Remove an attachment from the document.
Attachments are supported for PDF documents only.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void removeAttachment(
string name
)
Public Sub removeAttachment (
name As String
)
public:
void removeAttachment(
String^ name
)
member removeAttachment :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of the attachment.
See Also