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

CustomFormatReader.SetFormatDescription Method

Sets the description of the codec.

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

Syntax

Visual Basic
Protected Friend Sub SetFormatDescription ( _
	formatDescription As String _
)
C#
protected internal void SetFormatDescription(
	string formatDescription
)

Parameters

formatDescription

Type: System.String

Description of the codec.

Remarks

This method should be used in a reader constructor to set codec parameters.

See Also

Reference