Gets the number of codestreams in the array of codestreams that is
equivalent to the replaced box.
Syntax
Visual Basic (Declaration) | |
---|
Public Property NCS As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PlaceHolderInfo
Dim value As Integer
instance.NCS = value
value = instance.NCS
|
C# | |
---|
public int NCS {get; set;} |
Return Value
An
Int32 value that represents the number of codestreams
in the array of codestreams that is equivalent to the replaced box.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also