LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Offset Property (CodecsRedirectSeekEventArgs)






Gets or sets the byte offset relative to Origin. .NET support
Syntax
public long Offset {get; set;}
'Declaration
 
Public Property Offset As Long
'Usage
 
Dim instance As CodecsRedirectSeekEventArgs
Dim value As Long
 
instance.Offset = value
 
value = instance.Offset
public long Offset {get; set;}
 get_Offset();
set_Offset(value);
public:
property int64 Offset {
   int64 get();
   void set (    int64 value);
}

Property Value

The byte offset relative to Origin this seek operation should move. After the seek operation is done. This property should updated with the new offset value.
Remarks
If Offset is negative, the new position is required to precede the position specified by Origin by the number of bytes specified by Offset. If Offset is zero (0), the new position is required to be the position specified by Origin. If Offset is positive, the new position is required to follow the position specified by Origin by the number of bytes specified by Offset.
Example
For an example, refer to RasterCodecs.StartRedirecting
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

CodecsRedirectSeekEventArgs Class
CodecsRedirectSeekEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.