PDFRasterizerSetCaching Method |
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
the new caching
See Also