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

DefaultSubFormatIndex Property

Show in webframe





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

See Also

Reference

RasterSaveDialogBitsPerPixel Class
RasterSaveDialogBitsPerPixel Members

 

 


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