C#
VB
C++
Gets or sets the RasterSaveDialogFileFormat associated with the index.
public RasterSaveDialogFileFormat Item(
int index
) { get; set; }
Public Default Property Item( _
ByVal index As Integer _
) As Leadtools.Winforms.Commondialogs.File.RasterSaveDialogFileFormat
public:
property Leadtools.Winforms.Commondialogs.File.RasterSaveDialogFileFormat^ default [int] {
Leadtools.Winforms.Commondialogs.File.RasterSaveDialogFileFormat^ get(int index);
void set (int index, Leadtools.Winforms.Commondialogs.File.RasterSaveDialogFileFormat^ value);
}
index
The index of the item in the collection to get or set.
The RasterSaveDialogFileFormat associated with the index.
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