←Select platform

Instructions Property

Summary

Gets or sets the instructions for a composition.

Syntax

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

Property Value

A list of instruction sets.

Remarks

A set of instructions for combining multiple composition layers in a file.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly