YLThumbnailCell Class Reference
Inherits from | GMGridViewCell |
Conforms to | YLCacheDelegate |
Declared in | YLThumbnailCell.h YLThumbnailCell.m |
Tasks
Other Methods
Other Methods
-
– didCacheDocument:page:size:image:
Called when YLCache rendered a PDF page into an image.
Properties
Instance Methods
didCacheDocument:page:size:image:
Called when YLCache rendered a PDF page into an image.
- (void)didCacheDocument:(YLDocument *)document page:(NSUInteger)page size:(YLPDFImageSize)size image:(UIImage *)image
Parameters
- document
Reference to the document.
- page
Page number starting from 0.
- size
Size of the rendered image.
- image
Rendered image of the PDF page.
Discussion
Called when YLCache rendered a PDF page into an image.
Declared In
YLCache.h