Gets or sets the instruction type.
public int Type { get; set; }
Instruction type. This field specifies the type of instruction, and thus which instruction parameters shall be found within this Composition Instruction box.
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. |