Namespace: BitMiracle.Docotic.Pdf
public interface IPdfStreamProvider : IDisposable
Public Interface IPdfStreamProvider Inherits IDisposable
The IPdfStreamProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | GetStream |
Gets a stream with initial capacity not less than specified.
|
Streams are used by the library while creating, reading, or otherwise manipulating PDF documents. For example, streams are used to store decoded contents of document pages and as the intermediate storage for images.