←Select platform

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 Leadtools.Winforms.Commondialogs.File.RasterSaveDialogFileFormat 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly