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

Show in webframe

TileValid Property








Determines whether the Tile property is valid.
Syntax
public bool TileValid {get;}
'Declaration
 
Public ReadOnly Property TileValid As Boolean
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Boolean
 
value = instance.TileValid
public bool TileValid {get;}
@property (nonatomic, assign, readonly) BOOL tileValid
public boolean getTileValid()
 get_TileValid(); 
public:
property bool TileValid {
   bool get();
}

Property Value

true if the value in the Tile 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