Click or drag to resize

DocumentPreviewCacheResponseDelgate Delegate

Delegate for retrieving responses from the DocumentPreviewCacheDelegate

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public delegate void DocumentPreviewCacheResponseDelgate(
	DocumentPreviewCachePreviewResult result,
	string previewPath,
	Object customData
)

Parameters

result
Type: pdftron.PDFDocumentPreviewCachePreviewResult
Contains the information about the result of GetBitmap
previewPath
Type: SystemString
A String containing the file path or UUID of the retrieved thumbnail. In case of failure the previewPath is empty.
customData
Type: SystemObject
Custom data specified by the user.
See Also