PdfMemoryStreamProvider Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfMemoryStreamProvider Class
An implementation of the IPdfStreamProvider interface that provides memory streams (i.e. instances of MemoryStream).

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfMemoryStreamProvider

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

Syntax

C#
public sealed class PdfMemoryStreamProvider : IPdfStreamProvider, 
	IDisposable
VB
Public NotInheritable Class PdfMemoryStreamProvider
	Implements IPdfStreamProvider, IDisposable

The PdfMemoryStreamProvider type exposes the following members.

Constructors

  NameDescription
Public methodPdfMemoryStreamProvider
Initializes a new instance of the PdfMemoryStreamProvider class

Methods

  NameDescription
Public methodDispose
Implements Dispose() method.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStream
Gets a memory stream with initial capacity not less than specified.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also