| SignDocDocumentgetAttachment Method |
Get information about an attachment.
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 SignDocAttachment getAttachment(
string name
)
Public Function getAttachment (
name As String
) As SignDocAttachment
public:
SignDocAttachment^ getAttachment(
String^ name
)
member getAttachment :
name : string -> SignDocAttachment
Parameters
- name
- Type: SystemString
The name of the attachment.
Return Value
Type:
SignDocAttachment Information about the attachment.
See Also