Gets the number of codestreams in the array of codestreams that is equivalent to the replaced box.
public int NCS {get; set;}
public:
property int NCS {
int get();
void set ( int value);
}
'Declaration
Public Property NCS As Integer
'Usage
Dim instance As PlaceHolderInfo
Dim value As Integer
instance.NCS = value
value = instance.NCS
Property Value
An
System.Int32 value that represents the number of codestreams in the array of codestreams that is equivalent to the replaced box.