
Gets or sets the format used, if an image is inserted. This is the number of the filter in the string returned through the ImageCollection.ImportFilters property, beginning with number one. If the ImageCollection.ImportFilters property is used to initialize the FileDialog.Filter property of a Framework dialog, the FileDialog.FilterIndex property can be used as value for this property. The technical article Loading and Saving Images lists the currently possible values for this property.
[C#]
public int FilterIndex { get; set; }
[Visual Basic]
Public Property FilterIndex() As Integer