C#
VB
C++
Gets or sets a value that indicates whether the File Info dialog is can be resized.
public bool EnableFileInfoResizing { get; set; }
Public Property EnableFileInfoResizing As Boolean
public:
property bool EnableFileInfoResizing {
bool get();
void set ( bool value);
}
true if the File Info dialog can be resized, otherwise; false. Default value is false.
If the value of this property is true, then the File Info dialog will have standard Windows resizing handles. Otherwise, the dialog will have a fixed size.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET