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

AviWriter.Watermark Property

Gets the instance of the AviWatermark to apply watermarking functionality on the AVI which is created with this writer.

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

Syntax

Visual Basic
Public ReadOnly Property Watermark As AviWatermark
C#
public AviWatermark Watermark { get; }

Property Value

An instance of the AviWatermark which exposes watermarking features.

See Also

Reference