LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Offset Property

Show in webframe





Gets or sets the offset of the beginning of the tag data element.
Syntax
public int Offset {get; set;}
'Declaration
 
Public Property Offset As Integer
'Usage
 
Dim instance As IccTag
Dim value As Integer
 
instance.Offset = value
 
value = instance.Offset

            

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

Property Value

A value that indicates the address of the beginning of the tag data element, with respect to the beginning of the profile data stream (which has an address of zero).
Requirements

Target Platforms

See Also

Reference

IccTag Structure
IccTag Members

 

 


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