Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static void SetCacheSize(
	int size
)
Visual Basic
Public Shared Sub SetCacheSize ( _
	size As Integer _
)
Visual C++
public:
static void SetCacheSize(
	int size
)

Parameters

size
Type: System..::..Int32

See Also