Click or drag to resize

DocumentPreviewCacheCancelRequest Method

CancelRequest cancels all pending thumbnail requests associated with 'filepath_or_uuid'. If the cancel request is processed earlier than the path of the thumbnail could be retrieved the respective request will be cancelled and the PreviewHandler will signal that the thumb could not be found.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void CancelRequest(
	string filepath_or_uuid
)

Parameters

filepath_or_uuid
Type: SystemString
URL of pdf file or uuid
See Also