PdfMixedStorageStreamProvider.CreateWithDefaultMemoryLimit Method

Creates new instance of the PdfMixedStorageStreamProvider with default memory limit.

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

Syntax

C#
public static PdfMixedStorageStreamProvider CreateWithDefaultMemoryLimit()
VB
Public Shared Function CreateWithDefaultMemoryLimit As PdfMixedStorageStreamProvider

Return Value

Type: PdfMixedStorageStreamProvider
Newly created instance of the PdfMixedStorageStreamProvider with default memory limit.

Remarks

The default memory limit is 84 000 bytes. This value is a bit smaller than the Large Object Heap threshold value (85 000 bytes).

See Also