Click or drag to resize

DocumentPreviewCacheCreateBitmapWithID Method

Overload List
  NameDescription
Public methodStatic memberCreateBitmapWithID(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.
Public methodStatic memberCreateBitmapWithID(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.
Public methodStatic memberCreateBitmapWithID(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.
Top
See Also