Accusoft PDF Xpress Control v5.0
GetAttachment Method
See Also  Send comments on this topic.
attachmentIndex
The index at which to get the attachment.
PdfDocument Object : GetAttachment Method

Glossary Item Box

Description

Returns the attachment at the specified index.

Syntax

Visual Basic
Public Function GetAttachment( _
   ByVal attachmentIndex As Long _
) As PdfDocumentAttachment

Parameters

attachmentIndex
The index at which to get the attachment.

Return Type

The PdfDocumentAttachment attachment at the specified index.

Remarks

PDF attachments can be almost anything, e.g., other PDF's, Microsoft Word files, e-mail messages, CAD drawings, etc. Once extracted, the attachment data can be opened by an application appropriate to the file type, saved to disk, etc.

See Also

©2012. Accusoft Corporation. All Rights Reserved.