Interface ICreateStreamProvider
ICreateStreamProvider interface
Rappresenta un’interfaccia che può essere implementata da classi che forniscono flussi ai dispositivi di rendering.
public interface ICreateStreamProvider : IDisposable
Metodi
| Nome | Descrizione |
|---|---|
| GetStream(string, string) | Fornisce un flusso per il rendering. |
| GetStream(string, string, int) | Fornisce un flusso per il rendering. |
| ReleaseStream(Stream) | Rilascia lo stream. |
Guarda anche
- spazio dei nomi Aspose.Html.IO
- assemblea Aspose.HTML