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