Working with Verify Watermark

Contents
[ ]

Create a 3D Scene

First you need to create a 3d scene from a 3d file.The following code snippet shows how to use this functionality:

Decode Watermark

Aspose.3D for .NET uses the DecodeWatermark method to confirm the watermark for the 3d file after filling in the password.The following code snippet shows how to use this functionality:

Document Confirmation

For the returned result, if the returned result is null, it means that there is no watermark added to the 3d document. If it returns text information, it is the watermark of the 3d file. If the password is entered incorrectly, an error message will be returned.