Gets or sets the byte offset relative to
Origin.
public long Offset {get; set;}
'Declaration
Public Property Offset As Long
'Usage
Dim instance As CodecsRedirectSeekEventArgs
Dim value As Long
instance.Offset = value
value = instance.Offset
public long Offset {get; set;}
public long getOffset()
public void setOffset(long value)
get_Offset();
set_Offset(value);
Object.defineProperty('Offset');
public:
property int64 Offset {
int64 get();
void set ( int64 value);
}
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.