ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawLoadOptions Class / Offset Property




In This Topic
Offset Property
In This Topic
Gets or sets image data offset in the stream.
Syntax
'Declaration
 
Public Property Offset As Integer
 
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As Integer
 
instance.Offset = value
 
value = instance.Offset

Property Value

Integer value.
See Also