







![]() ![]() |
PDFTron SilverDox SDK |
IPartRetriever..::..CancelRequests Method |
IPartRetriever Interface See Also Send Feedback |
Cancels requests for specific Document parts.
Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
void CancelRequests( List<string> parts ) |
Visual Basic |
---|
Sub CancelRequests ( _ parts As List(Of String) _ ) |
Visual C++ |
---|
void CancelRequests( List<String^>^ parts ) |
Parameters
- parts
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
The names of the parts which are no longer to be requested. Part names are typically retrieved from a Document's Pages's ResourceNames property.