PdfMixedStorageStreamProvider Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfMixedStorageStreamProvider Class
An implementation of the IPdfStreamProvider interface that provides streams with mixed storage. Initially contents of any provided stream is stored in memory but can be flushed to disk if needed.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfMixedStorageStreamProvider

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

Syntax

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

The PdfMixedStorageStreamProvider type exposes the following members.

Properties

  NameDescription
Public propertyMemoryLimit
Gets the memory limit value of this stream provider.

Methods

  NameDescription
Public methodStatic memberCreateWithDefaultMemoryLimit
Creates new instance of the PdfMixedStorageStreamProvider with default memory limit.
Public methodStatic memberCreateWithMemoryLimit
Creates new instance of the PdfMixedStorageStreamProvider with the specified memory limit.
Public methodDispose
Implements Dispose() method.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStream
Gets a stream with initial capacity not less than specified.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also