Accusoft.PdfXpress7.Net
DeleteAttachment Method




The index at which to delete the attachment.
Deletes the attachment specified by the index.
Syntax
'Declaration
 
Public Sub DeleteAttachment( _
   ByVal attachmentIndex As Integer _
) 
'Usage
 
Dim instance As Document
Dim attachmentIndex As Integer
 
instance.DeleteAttachment(attachmentIndex)
public void DeleteAttachment( 
   int attachmentIndex
)
public: void DeleteAttachment( 
   int attachmentIndex
) 
public:
void DeleteAttachment( 
   int attachmentIndex
) 

Parameters

attachmentIndex
The index at which to delete the attachment.
See Also

Reference

Document Class
Document Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback