Pdf Reader View
Reader View component containing a styled web view for showing the reflowed text. Reflowing means that the content will be more readable in different device sizes, without requiring a lot of zooming in and out, or scrolling. To inspect the CSS style applied to the web view please refer to the `pspdfkit/reader-view.css` file in the assets folder. This component is disabled by default and requires the reader view license to work.
See also
Pdf Activity Configuration. Builder
Properties
Functions
Link copied to clipboard
Register a
listener
that would like to receive visibility change events.Link copied to clipboard
Called by the activity when the view should unbind the previously set document.
Link copied to clipboard
Checks whether PSPDFKit can show `PdfReaderView` on this device.
Link copied to clipboard
Returns the current type of this view.
Link copied to clipboard
Returns true if the reflow operation has been canceled.
Link copied to clipboard
Unregister a previously registered
listener
that no longer wants to receive visibility change events.Link copied to clipboard
Called when the
document
has been loaded and is going to be displayed.