LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Origin Property

Show in webframe







Gets a value indicating the reference point used to obtain the new position.
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;}

            
public LeadSeekOrigin getOrigin()
 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

See Also

Reference

CodecsRedirectSeekEventArgs Class
CodecsRedirectSeekEventArgs Members

 

 


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