addInsets

open fun addInsets(leftOffset: Int, topOffset: Int, rightOffset: Int, bottomOffset: Int)

Offset PdfFragment insets by specified amount.

Parameters

leftOffset

The left inset offset in pixels.

topOffset

The top inset offset in pixels.

rightOffset

The right inset offset in pixels.

bottomOffset

The bottom inset offset in pixels.

See also