Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / GetStream Method

In This Topic
    GetStream Method (Metadata)
    In This Topic
    Gets the content of the current metadata as a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Function GetStream() As System.IO.Stream
    public System.IO.Stream GetStream()

    Return Value

    A System.IO.Stream representing the current metadata.
    See Also