Package 

Class PagePart


  • 
    public final class PagePart
    
                        

    Represents a part of a PDF page that is rendered in a PDF previewer.

    • Constructor Detail

      • PagePart

        PagePart(Integer page, Bitmap renderedBitmap, RectF pageRelativeBounds, Boolean isThumbnail, Integer cacheOrder)
        Parameters:
        page - The page number.
        renderedBitmap - The rendered {@link Bitmap} for this page part.
        pageRelativeBounds - The bounds of the page part relative to the page itself.
        isThumbnail - Whether this page part represents a thumbnail.
        cacheOrder - The order in which the page part was added to the cache, used for caching strategies.