ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / Attachments Property

In This Topic
    Attachments Property
    In This Topic
    Gets the list of attachments for this document.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Attachments As IEnumerable(Of Attachment)
    public IEnumerable<Attachment> Attachments {get;}
    See Also