Pdfdemo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Pdfdemo
pdf-core
/
io.github.limuyang2.pdf.core
/
PdfRotation
/
Companion
/
fromDegrees
from
Degrees
fun
fromDegrees
(
degrees
:
Int
)
:
PdfRotation
Returns the rotation matching
degrees
.
Throws
Illegal
Argument
Exception
if
degrees
is not 0, 90, 180, or 270.