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
)
Public Sub SetCaching (
enabled As Boolean
)
public:
virtual void SetCaching(
[InAttribute] bool enabled
) sealed
function SetCaching(enabled);
Parameters
- enabled
- Type: SystemBoolean
if true caching is enabled, if false caching is disabled. by default caching is enabled
See Also