DocumentPreviewCacheCreateBitmapWithID Method |
Name | Description | |
---|---|---|
CreateBitmapWithID(String, PDFDoc, Int32, Int32, Object) |
createBitmapWithID gets the path to the thumbnail in the DocumentPreviewCache associated with the document with 'uuid'.
This method should be used together with getBitmapWithID.
The decision if the thumb should be re-rendered is based on two factors.
First if the current version fulfills the minimal dimensions 'min_x_size' x 'min_y_size' and
second if the size of the pdf document hasn't changed. To signal an edit of the pdf document without
a resulting re-rendering of the thumb see IrrelevantChangeMade.
| |
CreateBitmapWithID(String, StorageFile, Int32, Int32, Object) |
createBitmapWithID gets the path to the thumbnail in the DocumentPreviewCache associated with the document with 'uuid'.
This method should be used together with getBitmapWithID.
The decision if the thumb should be re-rendered is based on two factors.
First if the current version fulfills the minimal dimensions 'min_x_size' x 'min_y_size' and
second if the size of the pdf document hasn't changed. To signal an edit of the pdf document without
a resulting re-rendering of the thumb see IrrelevantChangeMade.
| |
CreateBitmapWithID(String, IRandomAccessStream, Int32, Int32, Object) |
createBitmapWithID gets the path to the thumbnail in the DocumentPreviewCache associated with the document with 'uuid'.
This method should be used together with getBitmapWithID.
The decision if the thumb should be re-rendered is based on two factors.
First if the current version fulfills the minimal dimensions 'min_x_size' x 'min_y_size' and
second if the size of the pdf document hasn't changed. To signal an edit of the pdf document without
a resulting re-rendering of the thumb see IrrelevantChangeMade.
|