LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

Item Property (RasterSaveDialogBitsPerPixelList)

Show in webframe





The index of the item in the collection to get or set.
Gets or sets the RasterSaveDialogBitsPerPixel associated with the index.
Syntax
public RasterSaveDialogBitsPerPixel this[ 
   int index
]; {get; set;}
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As RasterSaveDialogBitsPerPixel
'Usage
 
Dim instance As RasterSaveDialogBitsPerPixelList
Dim index As Integer
Dim value As RasterSaveDialogBitsPerPixel
 
instance.Item(index) = value
 
value = instance.Item(index)

            

            
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

See Also

Reference

RasterSaveDialogBitsPerPixelList Class
RasterSaveDialogBitsPerPixelList Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.