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

CustomFormatWriter.SetFilterString Method

Sets the filter string for the Save file dialog.

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

Syntax

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

Parameters

filterString

Type: System.String

String in a format *.ext1;*.ext2;....

Remarks

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

See Also

Reference