PdfMargins

data class PdfMargins(val top: PdfLengthUnit, val right: PdfLengthUnit, val bottom: PdfLengthUnit, val left: PdfLengthUnit)

Constructors

Link copied to clipboard
constructor(all: PdfLengthUnit)
constructor(horizontal: PdfLengthUnit, vertical: PdfLengthUnit)
constructor(top: PdfLengthUnit, right: PdfLengthUnit, bottom: PdfLengthUnit, left: PdfLengthUnit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard