Visual Basic (Declaration) | |
---|---|
Public Property Components As Range() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Range[] Components {get; set;} |
C++/CLI | |
---|---|
public: property array<Range^>^ Components { array<Range^>^ get(); void set (Range^array<value>^ value); } |
Return Value
This property is used to identify the image components that are to be included in the requested view window.For an example, refer to HttpRequestEncoder.
If this value is not present, the request image is returned with all available components.
The value of this field represents the indicies of the requested image components starting from 0.
A client can specify a single or multiple components. Each Range value contains a set of components to be retrieved for the requested image.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family