IPdfStreamProvider Interface

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > IPdfStreamProvider Interface
Exposes method used to acquire streams.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public interface IPdfStreamProvider : IDisposable
VB
Public Interface IPdfStreamProvider
	Inherits IDisposable

The IPdfStreamProvider type exposes the following members.

Methods

  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodGetStream
Gets a stream with initial capacity not less than specified.

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.

See Also