←Select platform

Type Property

Summary

Gets or sets the instruction type.

Syntax

C#
VB
C++
public int Type { get; set; } 
  
Public Property Type As Integer 
public: 
property int Type { 
   int get(); 
   void set (    int ); 
} 

Property Value

Instruction type. This field specifies the type of instruction, and thus which instruction parameters shall be found within this Composition Instruction box.

Remarks

The meaning of each bit in the flag is as follows:

Value Meaning
0000 0000 0000 0000 No instructions are present, and thus no instructions are defined for the compositing layers in the file.
xxxx xxxx xxxx xxx1 Each instruction contains InstructionSetParameter.XOffset and InstructionSetParameter.YOffset parameters.
xxxx xxxx xxxx xx1x Each instruction contains the InstructionSetParameter.Width and InstructionSetParameter.Height parameters.
xxxx xxxx xxxx x1xx Each instruction contains the InstructionSetParameter.Life, InstructionSetParameter.NextUse and InstructionSetParameter.Persist animation parameters.
xxxx xxxx xx1x xxxx Each instruction defines the crop parameters InstructionSetParameter.XCropOffset, InstructionSetParameter.YCropOffset, InstructionSetParameter.CropWidth, and InstructionSetParameter.CropHeight.
All other values reserved.
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