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
)
Public Shared Sub CancelRequest (
filepath_or_uuid As String
)
public:
static void CancelRequest(
[InAttribute] String^ filepath_or_uuid
)
pdftron.PDF.DocumentPreviewCache.CancelRequest = function(filepath_or_uuid);
Parameters
- filepath_or_uuid
- Type: SystemString
URL of pdf file or uuid
See Also