







![]() ![]() |
PDFTron SilverDox SDK |
IPartRetriever..::..Request Method |
IPartRetriever Interface See Also Send Feedback |
Request specfic Document parts.
Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
void Request( List<string> parts, Object customData ) |
Visual Basic |
---|
Sub Request ( _ parts As List(Of String), _ customData As Object _ ) |
Visual C++ |
---|
void Request( List<String^>^ parts, Object^ customData ) |
Parameters
- parts
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
The names of the requested parts, typically retrieved from a Document's Pages's ResourceNames property.
- customData
- Type: System..::..Object
An object that will be included as part of the OnPartReadyEventArgs.