DynamicWatermark Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the dynamic watermark that may be associated with protected content
public class DynamicWatermark
type DynamicWatermark = class
Public Class DynamicWatermark
- Inheritance
-
DynamicWatermark
Constructors
DynamicWatermark() |
Default constructor |
DynamicWatermark(String, String) |
Constructor accepting format string and consumer principal. |
Properties
ConsumerPrincipalName |
Principal name of the user viewing the document |
DynamicWatermarkFormatString |
The raw format string configured by the admin which may contain variables to replace |
Methods
GetFormatString() |
Get the format string for the dynamic watermark |
GetText() |
Gets the text with all the variables resolved to their human readable values |