Watermark

Overview

Watermark is a class in Aspose.3D FOSS for Typescript.

Watermark.encodeWatermark embeds text into the mesh using a password and permanence flag, returning a new Mesh.

Methods

SignatureDescription
encodeWatermark(_input: Mesh, _text: string, _password: string, _permanent: boolean)MeshNot implemented in the FOSS edition — throws at runtime. Embeds text into the mesh using a password and permanence flag, returning a new Mesh
decodeWatermark(_input: Mesh, _password: string)stringNot implemented in the FOSS edition — throws at runtime. Extracts hidden text from the mesh using the given password

See Also