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)
Public Property TimerPrefix As String
public string TimerPrefix { get; set; }
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.
This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true).