Method |
Description |
|
BookThumbNailer ( HtmlThumbNailer thumbNailer ) : System |
|
|
GetThumbNailOfBookCover ( Book book, HtmlThumbNailer thumbnailOptions, Action callback, Action errorCallback, bool async ) : void |
|
|
GetThumbnailForPage ( Book book, IPage page, bool isLandscape ) : Image |
Currently used by the image server to get thumbnails that are used in the add page dialog. Since this dialog can show an enlarged version of the page, we generate these at a higher resolution than usual. Also, to make more realistic views of template pages we insert fake text wherever there is an empty edit block. The result is cached for possible future use so the caller should not dispose of it. |
|
MakeThumbnailOfCover ( Book book, Control invokeTarget ) : void |
|
|
MakeThumbnailOfCover ( Book book, int height, Control invokeTarget ) : void |
|
|
RebuildThumbNailAsync ( Book book, HtmlThumbNailer thumbnailOptions, Image>.Action callback, Exception>.Action errorCallback ) : void |
Will call either 'callback' or 'errorCallback' UNLESS the thumbnail is readonly, in which case it will do neither. |
|
RebuildThumbNailNow ( Book book, HtmlThumbNailer thumbnailOptions ) : void |
Will make a new thumbnail (or throw) UNLESS the thumbnail is readonly, in which case it will do nothing. |
|