DocumentPreviewCacheResponseDelgate Delegate |
Namespace: pdftron.PDF
public delegate void DocumentPreviewCacheResponseDelgate( DocumentPreviewCachePreviewResult result, string previewPath, Object customData )
Public Delegate Sub DocumentPreviewCacheResponseDelgate ( result As DocumentPreviewCachePreviewResult, previewPath As String, customData As Object )
public delegate void DocumentPreviewCacheResponseDelgate( [InAttribute] DocumentPreviewCachePreviewResult result, [InAttribute] String^ previewPath, [InAttribute] Object^ customData )
function(result, previewPath, customData);