Gets or sets the size of the image cache (default 32).

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public int ImageCacheSize { get; set; }
Visual Basic
Public Property ImageCacheSize As Integer
	Get
	Set
Visual C++
public:
property int ImageCacheSize {
	int get ();
	void set (int value);
}

Field Value

The size of the image cache.

See Also