Instructions Property

Summary

Gets or sets instructions parameters.

Syntax
C#
VB
C++
public List<InstructionSetParameter> Instructions { get; } 
  
Public ReadOnly Property Instructions As List(Of InstructionSetParameter) 
public: 
property List<InstructionSetParameter>^ Instructions { 
   List<InstructionSetParameter>^ get(); 
} 

Property Value

List of Instruction parameters, specifying a series of instruction parameters for a single instruction.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly