Module: RustPdf::StampSpace

Defined in:
lib/rustpdf.rb

Overview

Coordinate space of the positioned stamping primitives (EditableDoc). VISIBLE (default) compensates the page /Rotate so coordinates match what a viewer displays; MEDIA is the raw PDF user space (legacy layout engines fixed-position layout/rotation semantics — no /Rotate composition).

Constant Summary collapse

VISIBLE =
0
MEDIA =
1