←Select platform

Origin Property

Summary
Gets a value indicating the reference point used to obtain the new position.
Syntax
C#
VB
C++
Java
public SeekOrigin Origin { get; } 
Public ReadOnly Property Origin As SeekOrigin 
public LeadSeekOrigin getOrigin() 
public: 
property SeekOrigin Origin { 
   SeekOrigin get(); 
} 

Property Value

A 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.