Click or drag to resize

PFFileGetThumbnail Method

Overload List
  NameDescription
Public methodGetThumbnail(Size)
Creates a png thumbnail of the file if content is loaded and processable. Image (jpg,tiff,bmp,png), Word 2010 (docx,docm) files are processed. Keeps proportions. Throws NotImplementedException if generation not supported for file. Throws ObjectNotFoundException if file content was not loaded.
Public methodGetThumbnail(Int32, Int32)
Creates a png thumbnail of the file if content is loaded and processable. Image (jpg,tiff,bmp,png), Word 2010 (docx,docm) files are processed. Keeps proportions. Throws NotImplementedException if generation not supported for file. Throws ObjectNotFoundException if file content was not loaded.
Top
See Also