LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Components Property
See Also 
Leadtools.Jpip Namespace > ViewWindowFields Class : Components Property



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.

Syntax

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.

Example

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features