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

AviWatermark.TimerPrefix Property

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

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

Syntax

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

Property Value

A string value which specifies the text which should be displayed before 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 after the timer watermark, use the TimerSuffix 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