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

FormatWriter.Pause Method

Pauses execution of the file writing operation.

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

Syntax

Visual Basic
Public Overrides Sub Pause
C#
public override void Pause()

Remarks

When operation is paused, Paused event fires.

You can resume the execution using Continue() method.

See Also

Reference