Item Property

Summary
Gets or sets the RasterSaveDialogFileFormat associated with the index.
Syntax
C#
VB
C++
public RasterSaveDialogFileFormat Item( 
   int index 
) { get; set; } 
  
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As RasterSaveDialogFileFormat 
public: 
property RasterSaveDialogFileFormat^ default [int] { 
   RasterSaveDialogFileFormat^ get(int index); 
   void set (int indexRasterSaveDialogFileFormat^ value); 
} 

Parameters

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

Property Value

The RasterSaveDialogFileFormat associated with the index.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.