LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

DefaultSubFormatIndex Property






Gets or sets a value that represents the default format sub-type index for the bits per pixel being used to save the file.
Syntax
public int DefaultSubFormatIndex {get; set;}
'Declaration
 
Public Property DefaultSubFormatIndex As Integer
'Usage
 
Dim instance As RasterSaveDialogBitsPerPixel
Dim value As Integer
 
instance.DefaultSubFormatIndex = value
 
value = instance.DefaultSubFormatIndex
public int DefaultSubFormatIndex {get; set;}
 get_DefaultSubFormatIndex();
set_DefaultSubFormatIndex(value);
public:
property int DefaultSubFormatIndex {
   int get();
   void set (    int value);
}

Property Value

A value that represents the default format sub-type index the bits per pixel being used to save the file. For a listing of the sub-types supported by each format, refer to the RasterDialogFileTypesIndex enumeration.
Example
Refer to RasterSaveDialog example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSaveDialogBitsPerPixel Class
RasterSaveDialogBitsPerPixel Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.