Gets or sets the specific context-range
from the Codestream Context request field whose translation is producing
the relevant codestreams.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ContextId As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PrefixedContext
Dim value As Integer
instance.ContextId = value
value = instance.ContextId
|
C# | |
---|
public int ContextId {get; set;} |
C++/CLI | |
---|
public:
property int ContextId {
int get();
void set (int value);
} |
Return Value
An
Int32 which identifies the specific context-range
from the Codestream Context request field whose translation is producing
the relevant codestreams.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also