DocumentPreviewCacheIrrelevantChangeMade Method |
IrrelevantChangeMade should be called if the size of the pdf file at 'filepath' was changed but the thumbnail
should not be re-generated. This should be done when no editing was done on the first page of the document.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void IrrelevantChangeMade(
string filepath
)
Public Shared Sub IrrelevantChangeMade (
filepath As String
)
public:
static void IrrelevantChangeMade(
[InAttribute] String^ filepath
)
pdftron.PDF.DocumentPreviewCache.IrrelevantChangeMade = function(filepath);
Parameters
- filepath
- Type: SystemString
URL of pdf file
Remarks This method does not work on bitmaps associated with uuids
See Also