CancelRequest Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Cancels outstanding requests that have been made for resources associated with the specified page.

Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public void CancelRequest(
	int pageNumber
)
Visual Basic
Public Sub CancelRequest ( _
	pageNumber As Integer _
)
Visual C++
public:
void CancelRequest(
	int pageNumber
)

Parameters

pageNumber
Type: System..::..Int32
The number of the page for which requests will be canceled.

Remarks

Note that HTTP does not allow requests to be revoked. Requests that have not yet been issued to a server will be canceled, and server responses to requests that have been issued will be ignored.

See Also