LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Offset Property (CodecsLoadInformationEventArgs)

Show in webframe







Gets or sets the position of the first byte of image data.
Syntax
public long Offset {get; set;}
'Declaration
 
Public Property Offset As Long
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As Long
 
instance.Offset = value
 
value = instance.Offset
public long Offset {get; set;}
@property (nonatomic, assign) ssize_t offset;
public long getOffset()
public void setOffset(long value)
            
 
get_Offset();
set_Offset(value);
Object.defineProperty('Offset');
public:
property int64 Offset {
   int64 get();
   void set (    int64 value);
}

Property Value

The position of the first byte of image data. This can be 0 if your file does not have a header.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


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