The NCS Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
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;} |
C++/CLI | |
---|
public:
property int NCS {
int get();
void set ( int value);
} |
Property Value
An
System.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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also