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 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