AddWatermarkAction Class

Definition

An action class that specifies adding watermark.

public class AddWatermarkAction : Microsoft.InformationProtection.Policy.Actions.Action
type AddWatermarkAction = class
    inherit Action
Public Class AddWatermarkAction
Inherits Action
Inheritance
AddWatermarkAction

Constructors

AddWatermarkAction(String, String, WatermarkLayout, String, String, Int32, String)

Creates a new AddWatermarkAction. This constructor is only public to allow using this class in code testing

Properties

ActionType

The type of derived action this base class can be cast to

(Inherited from Action)
FontColor

The font color, used to display the watermark, as a string (e.g."#000000").

FontName

The font name, used to display the watermark, default value if not set by policy Calibri.

FontSize

The font size, used to display the watermark.

Id

The id of the action

(Inherited from Action)
Text

The text that's meant to go into the watermark.

UIElementName

An API used to mark the watermark element. This should be the name that should be used for the UI element that holds the watermark.

WatermarkLayout

The watermark layout.

Applies to