C#
VB
C++
Runs the Save dialog box.
public DialogResult ShowDialog(
IWin32Window owner
)
Public Function ShowDialog( _
ByVal owner As IWin32Window _
) As DialogResult
public:
DialogResult ShowDialog(
IWin32Window^ owner
)
owner
Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
Returns the value of the dialog box that specifies the identifiers.
Refer to RasterSaveDialog example.
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