ViewerGetAttachments Method
Returns attachments contained by the document.

Namespace: GroupDocs.Viewer
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public IList<Attachment> GetAttachments()

Return Value

Type: IListAttachment
Attachments contained by the document.
Exceptions
ExceptionCondition
PasswordRequiredExceptionThrown when password is required to open the document.
IncorrectPasswordExceptionThrown when password that was specified is incorrect.
Remarks
Learn more
See Also