Skip to content

zeropdf v1.3.0


zeropdf / Transform

Interface: Transform

Defined in: src/types.ts:2905

Affine transform tuple used for graphics and text placement.

Properties

PropertyTypeDescriptionDefined in
anumberHorizontal scale component of the affine transform matrix.src/types.ts:2907
bnumberBlue channel value normalized from 0 to 1.src/types.ts:2909
cnumberCyan channel value normalized from 0 to 1.src/types.ts:2911
dnumberVertical scale component of the affine transform matrix.src/types.ts:2913
enumberHorizontal translation component of the affine transform matrix.src/types.ts:2915
fnumberVertical translation component of the affine transform matrix.src/types.ts:2917

Released under the ISC license.