| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Image.FilterIndex Property |
||
| Description: | 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. |
|
| Syntax: |
[C#]
public int FilterIndex { get; set; }
[Visual Basic] Public Property FilterIndex() As Integer |
|
| See also: | Images, Graphical Overview. | |