PdfSignatureBounds.pdf constructor

PdfSignatureBounds.pdf(
  1. PdfRect? rect
)

Creates bounds directly in PDF user space.

Implementation

PdfSignatureBounds.pdf(this.rect)
    : coordinateSystem = PdfCoordinateSystem.pdf,
      topLeft = null;