Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Offset Property (CodecsLoadImageEventArgs)








Gets the offset in bytes from the beginning of the file at which the image data begins.
Syntax
public long Offset {get;}
'Declaration
 
Public ReadOnly Property Offset As Long
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Long
 
value = instance.Offset
public long Offset {get;}
 get_Offset(); 
public:
property int64 Offset {
   int64 get();
}

Property Value

The offset in bytes to the start of the image data.
Remarks

This is only valid if OffsetValid is true.

This is the same value passed to the Load methods that takes a offset parameter

.
Example
For an example, refer to RasterCodecs.LoadImage.
Requirements

Target Platforms

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

Error processing SSI file