Click or drag to resize

PDFViewCtrlSetCaching Method

Enables of disables caching of images, fonts, and other resources. Disabling caching can lower memory requirements at the expense of rendering speed.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetCaching(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean
if true caching is enabled, if false caching is disabled. by default caching is enabled
See Also