LEADTOOLS Image File Support (Leadtools.Codecs assembly)

TileValid Property

Show in webframe







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, readonly, assign) 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.