Sets the filter string for the Open file dialog.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Friend Sub SetFilterString ( _ filterString As String _ )
protected internal void SetFilterString( string filterString )
Type: System.String
String in a format*.ext1;*.ext2;...
.This method should be used in a reader constructor to set codec parameters.