ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / AttachmentClickEventArgs Class / Content Property

In This Topic
    Content Property
    In This Topic
    The content of attachment.
    Syntax
    'Declaration
     
    
    Public Property Content As Stream
    public Stream Content {get; set;}
    See Also