The IProtectionSettings interface provides presentation protection facilities. This interface can be obtained using the ISettings.Protection property.
Table 1. Properties
Property | Value Type | Access | Property description |
---|
Password | string | Read/Write | Protects the converted presentation with a password. |
Watermark | IWatermarkSettings | Read only | Returns the IWatermarkSettings interface, providing information about watermark settings. |
TimeRestriction | ITimeRestriction | Read only | Returns the ITimeRestriction interface, restricting the time range within which the presentation can be viewed. |
RestrictedDomains | string | Read/Write | The domains that won't have access to the presentation. |
Table 2. Methods
Method | Description |
---|
void Reset() | Restores default protection settings. |