←Select platform

Offset Property

Summary
Gets or sets the byte offset relative to Origin.
Syntax
C#
VB
C++
Java
public long Offset { get; set; } 
Public Property Offset As Long 
public long getOffset() 
public void setOffset(long value) 
public: 
property int64 Offset { 
   int64 get(); 
   void set (    int64 ); 
} 

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

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.