Components Property

Summary

Gets or sets the actual image components returned by the server response.

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

Property Value

An array of Range values specifying the actual image components returned by the server response.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly