LibreOfficeDev 24.2 Help
DZE99‖Returns the number of twips that represent the height of a pixel.
n = TwipsPerPixelY
rUFtH‖Integer
Sub ExamplePixelTwips
aJFZt‖ MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
End Sub