Watermark
Overview
Watermark is a class in Aspose.3D FOSS for .NET.
Watermark.EncodeWatermark embeds the given text as a watermark into the specified Mesh.
Methods
| Signature | Description |
|---|---|
EncodeWatermark(input: Mesh, text: string) | Not implemented in the FOSS edition — throws at runtime. Embeds the text as a watermark into the Mesh, optionally making it permanent |
EncodeWatermark(input: Mesh, text: string, password: string) | Not implemented in the FOSS edition — throws at runtime. |
EncodeWatermark(input: Mesh, text: string, password: string, permanent: bool) | Not implemented in the FOSS edition — throws at runtime. |
DecodeWatermark(input: Mesh) | Not implemented in the FOSS edition — throws at runtime. Extracts watermark text from the Mesh using the provided password |
DecodeWatermark(input: Mesh, password: string) | Not implemented in the FOSS edition — throws at runtime. |