Interface IStreamable

IStreamable interface

This interface is used for dervices that renders document to a stream.

public interface IStreamable

Properties

NameDescription
OutputStream { get; set; }Gets or specifies an output stream.

See Also