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

Show in webframe

OffsetValid Property (CodecsLoadImageEventArgs)








Determines whether the Offset property is valid.
Syntax
public bool OffsetValid {get;}
'Declaration
 
Public ReadOnly Property OffsetValid As Boolean
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Boolean
 
value = instance.OffsetValid
public bool OffsetValid {get;}
 get_OffsetValid(); 
public:
property bool OffsetValid {
   bool get();
}

Property Value

true if the value of the Offset property is valid, false if it is being ignored.
Example
For an example, refer to RasterCodecs.LoadImage.
Requirements

Target Platforms

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

Error processing SSI file