Visual Basic (Declaration) | |
---|---|
Public Property SubFormatsList As RasterSaveDialogSubTypesList |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterSaveDialogSubTypesList SubFormatsList {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterSaveDialogSubTypesList* get_SubFormatsList(); public: __property void set_SubFormatsList( RasterSaveDialogSubTypesList* value ); |
C++/CLI | |
---|---|
public: property RasterSaveDialogSubTypesList^ SubFormatsList { RasterSaveDialogSubTypesList^ get(); void set (RasterSaveDialogSubTypesList^ value); } |
Return Value
A RasterSaveDialogSubTypesList class that represents the list of sub-types associated with the bits per pixel being used to save the file.Refer to RasterSaveDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family