C#
VB
Java
Objective-C
WinRT C#
C++
Indicators of how the underlying image is to be positioned.
[FlagsAttribute()]
public enum RasterImageUnderlayFlags
<FlagsAttribute()>
Public Enum RasterImageUnderlayFlags
[FlagsAttribute()]
public enum RasterImageUnderlayFlags
typedef NS_OPTIONS(NSUInteger, LTRasterImageUnderlayFlags)
public enum RasterImageUnderlayFlags
Leadtools.RasterImageUnderlayFlags = function() { };
Leadtools.RasterImageUnderlayFlags.prototype = {<br/>
None = 0x00000000,
Stretch = 0x00000001,
};
[FlagsAttribute()]
public enum class RasterImageUnderlayFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Tile the underlay. This repeats the underlying image, so that it fills the target image. This function does not do any resizing; you are responsible for the size of the tiles |
0x00000001 | Stretch | Stretch the underlay to fit the dimensions of the target image |
The underlying image can either be stretched or tiled to fill the target image, as shown in the following illustration:
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