←Select platform

PrefixedContext Constructor

Summary

Initializes a new instance of the PrefixedContext class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal contextId As Integer, _ 
   ByVal contextElement As Integer _ 
) 
public: 
PrefixedContext(  
   int contextId, 
   int contextElement 
) 

Parameters

contextId
An System.Int32 number which identifies the specific context-range from the Codestream Context request field whose translation is producing the relevant codestreams.

contextElement
An System.Int32 number which identifies the particular element within the context range identified by contextId.

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