PdfSearchScrollAlignment
data class PdfSearchScrollAlignment(val verticalFraction: Float = DEFAULT_VERTICAL_FRACTION, val horizontalFraction: Float = DEFAULT_HORIZONTAL_FRACTION)
Position of a search result within the PDF viewport.
Fractions are measured from the viewport's top-left corner.