Sets the caching.
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
Whether to enable caching or not.
See Also