Documents for PDF, .NET Edition Documentation
GetStream Method (Metadata)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Metadata Class : GetStream Method
The GcPdfDocument which owns the current metadata.
Gets the content of the current metadata as a System.IO.Stream.
Syntax
'Declaration
 
Public Function GetStream( _
   ByVal doc As GcPdfDocument _
) As System.IO.Stream
public System.IO.Stream GetStream( 
   GcPdfDocument doc
)

Parameters

doc
The GcPdfDocument which owns the current metadata.

Return Value

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

Reference

Metadata Class
Metadata Members