Pdf Thumbnail Bar Controller
interface PdfThumbnailBarController
Thumbnail bar controller used to control properties and actions of scrollable and static thumbnail bar.
Functions
Link copied to clipboard
Adds a listener to be notified of visibility change.
Link copied to clipboard
Clears the currently loaded document and releases associated resources.
Link copied to clipboard
Returns the background color of the thumbnail bar.
Link copied to clipboard
Returns the document listener that should be registered to receive document events.
Link copied to clipboard
Returns the border color for the selected thumbnail in the thumbnail bar.
Link copied to clipboard
Returns the border color for the thumbnails in the thumbnail bar.
Link copied to clipboard
Returns the height of the thumbnails in thumbnail bar.
Link copied to clipboard
Returns the width of the thumbnails in thumbnail bar.
Link copied to clipboard
Checks whether the thumbnail bar background is transparent.
Link copied to clipboard
Returns redaction annotation preview mode,
false by default.Link copied to clipboard
Returns whether the page aspect ratio is used to determine the thumbnail width.
Link copied to clipboard
Removes a previously added visibility change listener.
Link copied to clipboard
Sets the background color for the thumbnail bar.
Link copied to clipboard
Sets the document to be displayed in the thumbnail bar.
Link copied to clipboard
Sets PdfDrawableProviders to provide custom PdfDrawable to be displayed in a thumbnail bar page items.
Link copied to clipboard
abstract fun setOnPageChangedListener(@Nullable onPageChangedListener: PdfThumbnailBar.OnPageChangedListener)
Sets a listener to be notified of page changing events.
Link copied to clipboard
Sets redaction annotations preview as redacted.
Link copied to clipboard
Sets the border color for the selected thumbnail in the thumbnail bar.
Link copied to clipboard
Sets the border color for the thumbnails in the thumbnail bar.
Link copied to clipboard
Sets the height of the thumbnails in thumbnail bar.
Link copied to clipboard
Sets the width of the thumbnails in thumbnail bar.
Link copied to clipboard
Configures the thumbnail bar to use the page aspect ratio to calculate the thumbnail width.