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

FormatWriter.Continue Method

Resumes execution of the operation previously paused with Pause() method.

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

Syntax

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

Remarks

When operation is resumed, event Continued fires.

See Also

Reference