Visual Basic (Declaration) | |
---|---|
Public Property Offset As Long |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public long Offset {get; set;} |
Return 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.For an example, refer to RasterCodecs.StartRedirecting
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family