Click or drag to resize

RecentlyUsedCacheAccessDocument Method

Marks the document as having been accessed. This happens implicitly when calling PDFViewCtrl.SetDoc, but depending on your use case, you may also want to call it explicitly.

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

Parameters

document_path
Type: SystemString
path to the document being accessed.
See Also