Leadtools.Jpeg2000 Namespace > InstructionSet Class : Type Property |
public int Type {get; set;}
'Declaration Public Property Type As Integer
'Usage Dim instance As InstructionSet Dim value As Integer instance.Type = value value = instance.Type
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. |