Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsTiled Property








Determines if the memory allocated for the image data is allocated in tiles.
Syntax
public bool IsTiled {get;}
'Declaration
 
Public ReadOnly Property IsTiled As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsTiled
public bool IsTiled {get;}
@property (nonatomic, assign, readonly) BOOL isTiled
public boolean isTiled()
 get_IsTiled(); 
public:
property bool IsTiled {
   bool get();
}

Property Value

true if the memory allocated for the image data is allocated in tiles.
Example
For an example, refer to IsConventionalMemory.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file