Click or drag to resize

RecentlyUsedCacheRemoveDocument Method

Remove the specified document from the recently used list.

Namespace:  pdftron.Common
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void RemoveDocument(
	string document_path
)

Parameters

document_path
Type: SystemString
path to the document to remove.
See Also