Leadtools.WinForms.CommonDialogs.File Namespace > RasterSaveDialogBitsPerPixel Class : SubFormatsList Property |
public RasterSaveDialogSubTypesList SubFormatsList {get; set;}
'Declaration Public Property SubFormatsList As RasterSaveDialogSubTypesList
'Usage Dim instance As RasterSaveDialogBitsPerPixel Dim value As RasterSaveDialogSubTypesList instance.SubFormatsList = value value = instance.SubFormatsList
public: property RasterSaveDialogSubTypesList^ SubFormatsList { RasterSaveDialogSubTypesList^ get(); void set ( RasterSaveDialogSubTypesList^ value); }