Gets the memory limit value of this stream provider.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int MemoryLimit { get; }
VB
Public ReadOnly Property MemoryLimit As Integer
Get
Property Value
Type:
Int32
The memory limit value of this stream provider.
See Also