Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterImageUnderlayFlags Enumeration








Indicators of how the underlying image is to be positioned.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum RasterImageUnderlayFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterImageUnderlayFlags
[FlagsAttribute()]
public enum RasterImageUnderlayFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTRasterImageUnderlayFlags)
public enum RasterImageUnderlayFlags
Leadtools.RasterImageUnderlayFlags = function() { };
Leadtools.RasterImageUnderlayFlags.prototype = {<br/>
  None = 0x00000000,
	Stretch = 0x00000001,
	
 };
[FlagsAttribute()]
public enum class RasterImageUnderlayFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None 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
0x00000001Stretch Stretch the underlay to fit the dimensions of the target image
Remarks

The underlying image can either be stretched or tiled to fill the target image, as shown in the following illustration:

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageUnderlayFlags

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file