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.

Read the Stream provider for more information about using stream providers.

Methods

GetStream(long)

Gets a stream with initial capacity not less than specified.