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

WMReader Constructor (String)

Creates and initializes a new WMReader class instance, opening the specified file.

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

Syntax

Visual Basic
Public Sub New ( _
	fileName As String _
)
C#
public WMReader(
	string fileName
)

Parameters

fileName

Type: System.String

Full path to the file to open.

See Also

Reference