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

CustomFormatWriter.GetWrittenFrameCount Method

Returns the number of frames that are already written to a file or stream.

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

Syntax

Visual Basic
Protected Friend Function GetWrittenFrameCount As Integer
C#
protected internal int GetWrittenFrameCount()

Return Value

Number of frames written to a file or stream.

See Also

Reference