Skip to content

zeropdf v1.5.0


zeropdf / Transform

Interface: Transform

Defined in: src/types.ts:2941

Affine transform tuple used for graphics and text placement.

Properties

PropertyTypeDescriptionDefined in
anumberHorizontal scale component of the affine transform matrix.src/types.ts:2943
bnumberBlue channel value normalized from 0 to 1.src/types.ts:2945
cnumberCyan channel value normalized from 0 to 1.src/types.ts:2947
dnumberVertical scale component of the affine transform matrix.src/types.ts:2949
enumberHorizontal translation component of the affine transform matrix.src/types.ts:2951
fnumberVertical translation component of the affine transform matrix.src/types.ts:2953

Released under the ISC license.