Table of Contents

Class PdfMemoryStreamProvider

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

An implementation of the IPdfStreamProvider interface that provides memory streams (i.e. instances of MemoryStream).

public sealed class PdfMemoryStreamProvider : IPdfStreamProvider, IDisposable
Inheritance
PdfMemoryStreamProvider
Implements
Inherited Members

Constructors

PdfMemoryStreamProvider()

Methods

Dispose()

Implements Dispose() method for disposing of this PdfMemoryStreamProvider.

GetStream(long)

Gets a memory stream with initial capacity not less than specified.