The Components Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the image components.Visual Basic (Declaration) | |
---|---|
Public Property Components As Range() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ViewWindowFields Dim value() As Range instance.Components = value value = instance.Components |
C# | |
---|---|
public Range[] Components {get; set;} |
C++/CLI | |
---|---|
public: property array<Range^>^ Components { array<Range^>^ get(); void set ( array<Range^>^ value); } |
Property 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 Leadtools.Jpip.RequestEncoder.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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7