LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterSaveDialogBitsPerPixel Class Members
See Also  Properties 
Leadtools.WinForms.CommonDialogs.File Namespace : RasterSaveDialogBitsPerPixel Class

The following tables list the members exposed by RasterSaveDialogBitsPerPixel.

Public Constructors

 NameDescription
public Constructor RasterSaveDialogBitsPerPixel ConstructorCreates an instance of the RasterSaveDialogBitsPerPixel class.  
Top

Public Properties

 NameDescription
public Property BitsPerPixelGets the format bits per pixel. For a listing of the bits per pixel supported by each format, refer to the RasterDialogFileTypesIndex enumeration.  
public Property DefaultExtensionGets or sets the format extension string that will be used when saving the file.  
public Property DefaultSubFormatIndexGets or sets a value that represents the default format sub-type index for the bits per pixel being used to save the file.  
public Property FlagsGets a value that indicates which save options the format supports.  
public Property SubFormatsListGets or sets the list of sub-types associated with the bits per pixel being used to save the file.  
Top

See Also