Get Thumbnail

Returns back a thumbnail image of a specific page with provided either width or a zoom value.

int page, int twidth, int zoom
var bitmapZoom = GetThumbnail(1, 0, 25);  // zoom 25%
var bitmapWidth = GetThumbnail(1, 150, 0); // width 150px