RecentlyUsedCacheGetBitmapPathIfExists Method |
Get the path to the thumbnail PNG associated with the document.
Even if the document is in the recently accessed list, there is
no guarantee it will have an associated PNG.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static string GetBitmapPathIfExists(
string document_path
)
Public Shared Function GetBitmapPathIfExists (
document_path As String
) As String
public:
static String^ GetBitmapPathIfExists(
[InAttribute] String^ document_path
)
pdftron.Common.RecentlyUsedCache.GetBitmapPathIfExists = function(document_path);
Parameters
- document_path
- Type: SystemString
path to the document whose bitmap you want to retrieve.
Return Value
Type:
String the path to the PNG bitmap, if it exists. Otherwise, an empty string.
See Also