Stream Property
Summary
Gets the memory stream that includes information to retrieve the metafile.
Syntax
public MemoryStream Stream { get; }
Public ReadOnly Property Stream As MemoryStream
public:
property MemoryStream^ Stream {
MemoryStream^ get();
}
Property Value
Memory stream that includes information to retrieve the metafile.