ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / GetAttachment Method
Indicated attachment.

In This Topic
    GetAttachment Method
    In This Topic
    Returns memory stream with attachment data.
    Syntax
    'Declaration
     
    
    Public Function GetAttachment( _
       ByVal attachment As Attachment _
    ) As Stream
    public Stream GetAttachment( 
       Attachment attachment
    )

    Parameters

    attachment
    Indicated attachment.

    Return Value

    The Stream of indicated attachment
    See Also