This returns the maximum number of components supported by LEAD J2K.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property MaximumComponentsNumber As Integer |
C# | |
---|
public static int MaximumComponentsNumber {get;} |
C++/CLI | |
---|
public:
static property int MaximumComponentsNumber {
int get();
} |
Return Value
Maximum number of components supported by LEAD J2K.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also