←Select platform

Components Property

Summary

Gets or sets the image components.

Syntax

C#
VB
C++
public Range[] Components { get; set; } 
  
Public Property Components As Leadtools.Jpip.Range() 
public: 
property Leadtools.Jpip.array<Range^>^ Components { 
   Leadtools.Jpip.array<Range^>^ get(); 
   void set (    Leadtools.Jpip.array<Range^>^ ); 
} 

Property Value

This property is used to identify the image components that are to be included in the requested view window.

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.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly