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