Item Property

Summary

Gets or sets the RasterSaveDialogBitsPerPixel associated with the index.

Syntax
C#
VB
C++
public RasterSaveDialogBitsPerPixel Item( 
   int index 
) { get; set; } 
  
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As RasterSaveDialogBitsPerPixel 
public: 
property RasterSaveDialogBitsPerPixel^ default [int] { 
   RasterSaveDialogBitsPerPixel^ get(int index); 
   void set (int indexRasterSaveDialogBitsPerPixel^ value); 
} 

Parameters

index
The index of the item in the collection to get or set.

Property Value

The RasterSaveDialogBitsPerPixel associated with the index.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly