LEADTOOLS JPEG 2000 (Leadtools.Jpeg2000 assembly)
LEAD Technologies, Inc

Type Property






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 int Type {get; set;}
 get_Type();
set_Type(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InstructionSet Class
InstructionSet Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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