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
| Signature | Description |
|---|---|
encodeWatermark(_input: Mesh, _text: string, _password: string, _permanent: boolean) → Mesh | Not 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) → string | Not implemented in the FOSS edition — throws at runtime. Extracts hidden text from the mesh using the given password |