C#
VB
Java
Objective-C
WinRT C#
C++
Determines if the memory allocated for the image data is allocated in tiles.
public bool IsTiled { get; }
Public ReadOnly Property IsTiled As Boolean
public bool IsTiled {get;}
@property (nonatomic, assign, readonly) BOOL isTiled
public boolean isTiled()
get_IsTiled();
public:
property bool IsTiled {
bool get();
}
true if the memory allocated for the image data is allocated in tiles.
For an example, refer to IsConventionalMemory.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET