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
)
Public Shared Sub RemoveDocument (
document_path As String
)
public:
static void RemoveDocument(
[InAttribute] String^ document_path
)
pdftron.Common.RecentlyUsedCache.RemoveDocument = function(document_path);
Parameters
- document_path
- Type: SystemString
path to the document to remove.
See Also