DocumentPreviewCacheCancelAllRequests Method |
CancelAllRequests cancels all pending requests.
The PreviewHandler of each pending request will signal that the preview could not be found.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void CancelAllRequests()
Public Shared Sub CancelAllRequests
public:
static void CancelAllRequests()
pdftron.PDF.DocumentPreviewCache.CancelAllRequests = function();
See Also