This documentation is for the old version. Go to the latest Graphics Mill docs

AviWatermark.TimerSuffix Property

Gets/sets the text which should be displayed after the timer watermark.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public Property TimerSuffix As String
C#
public string TimerSuffix { get; set; }

Property Value

A string value which specifies the text which should be displayed after the timer watermark.

Remarks

If you do not want to draw any additional text, just set this property to empty string.

To manage the text before the timer watermark, use the TimerPrefix property.

Note

This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true).

See Also

Reference