Click or drag to resize

OpenImageFileDialogFileNameBufferSize Property

Gets or sets the buffer size allocated for the filename field.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int FileNameBufferSize { get; set; }

Property Value

Type: Int32
The buffer size allocated for the filename field. The default and minimum size is 1024.
Remarks
Increase this value if you need to select a large number of files at once.
See Also