LEADTOOLS JPEG 2000 (Leadtools.Jpeg2000 assembly)

Type Property

Show in webframe





Gets or sets the instruction type.
Syntax
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

            

            
public:
property int Type {
   int get();
   void set (    int value);
}

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

See Also

Reference

InstructionSet Class
InstructionSet Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpeg2000 requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features