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

Remarks

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

Constructors

PdfMemoryStreamProvider()

Initializes a new instance of the PdfMemoryStreamProvider class.

Methods

Dispose()

Implements Dispose() method for disposing of this PdfMemoryStreamProvider.

GetStream(long)

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