Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / SetStream Method
The System.IO.Stream object specifying the content.

In This Topic
    SetStream Method
    In This Topic
    Sets the content of the current metadata.
    Syntax
    'Declaration
     
    Public Sub SetStream( _
       ByVal stream As System.IO.Stream _
    ) 
    public void SetStream( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The System.IO.Stream object specifying the content.
    See Also