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