←Select platform

CsInfo Property

Summary

Gets or sets a collection of RegisteredCodestreamInfo.

Syntax

C#
VB
C++
public Collection<RegisteredCodestreamInfo> CsInfo { get; set; } 
  
Public Property CsInfo As Collection(Of RegisteredCodestreamInfo) 
public: 
property Collection<RegisteredCodestreamInfo^>^ CsInfo { 
   Collection<RegisteredCodestreamInfo^>^ get(); 
   void set (    Collection<RegisteredCodestreamInfo^>^ ); 
} 

Property Value

A Collection which provides information about the codestreams.

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