Class DocumentPageKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit SingleDocument(Bitmap bitmap, ZoomState localZoomState, Size pageSize, Function2<Offset, Float, Unit> onLongPress, Function1<Offset, Unit> onTap, Function1<BoxScope, Unit> scrollbars, Function1<BoxScope, Unit> content) Independent Composable that displays pdf bitmap and has text selection feature.
      final static Matrix calculatePdfToViewMatrix(Size pageSize, Float scaleFactor) Calculate the matrix to transform PDF coordinates to view coordinates.
      final static Unit DocumentPage(Bitmap bitmap, Modifier modifier, String description) inner Pdf page used to render bitmap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait