Property FileName
FileName
Gets or sets the name of the file on which to write the images.
[FileNameFilter("PNG Files (*.png)|*.png|BMP Files (*.bmp)|*.bmp|JPEG Files (*.jpg;*.jpeg)|*.jpg;*.jpeg|TIFF Files (*.tif)|*.tif")]
public string FileName { get; set; }