Request Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Requests specfic Document document parts.

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

Syntax

C#
public void Request(
	List<string> parts,
	Object customData
)
Visual Basic
Public Sub Request ( _
	parts As List(Of String), _
	customData As Object _
)
Visual C++
public:
virtual void Request(
	List<String^>^ parts, 
	Object^ customData
) sealed

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.

Implements

IPartRetriever..::..Request(List<(Of <<'(String>)>>), Object)

See Also