Gets or sets the specific context-range from the Codestream Context request field whose translation is producing the relevant codestreams.
public int ContextId {get; set;}
'Declaration
Public Property ContextId As Integer
'Usage
Dim instance As PrefixedContext
Dim value As Integer
instance.ContextId = value
value = instance.ContextId
public:
property int ContextId {
int get();
void set ( int value);
}
Property Value
An
System.Int32 which identifies the specific context-range from the Codestream Context request field whose translation is producing the relevant codestreams.