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

Origin Property






Gets a value indicating the reference point used to obtain the new position. .NET support
Syntax
public SeekOrigin Origin {get;}
'Declaration
 
Public ReadOnly Property Origin As SeekOrigin
'Usage
 
Dim instance As CodecsRedirectSeekEventArgs
Dim value As SeekOrigin
 
value = instance.Origin
public SeekOrigin Origin {get;}
 get_Origin(); 
public:
property SeekOrigin Origin {
   SeekOrigin get();
}

Property Value

A System.IO.SeekOrigin value indicating the reference point used to obtain the new position.
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.