Table of Contents

Interface IPdfStreamProvider

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Exposes method used to acquire streams.

public interface IPdfStreamProvider : IDisposable
Inherited Members

Remarks

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.

Methods

GetStream(long)

Gets a stream with initial capacity not less than specified.