[]
Gets a Stream containing the content of this FileSpecification.RelatedFile, or null if the file specification is empty.
Important: this Stream must be disposed after use.
public Stream GetStream()
Public Function GetStream() As Stream
Type | Description |
---|---|
Stream | A Stream with the content of this FileSpecification.RelatedFile, or null if it is empty. If not null, the stream must be disposed after use! |