| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal type As ImageTypes, _ ByVal extendedForm As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ImageReturnType( ImageTypes type, bool extendedForm ) | |
| C++/CLI | |
|---|---|
public: ImageReturnType( ImageTypes type, bool extendedForm ) | |
Parameters
- type
- The ImageTypes of the requested image.
- extendedForm
- A Boolean value specifying whether the returned image precincts have the extended form. true to enable the extended form; otherwise, false.
For an example, refer to HttpRequestEncoder.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family