Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace : RasterImageInformationFlags Enumeration |
[FlagsAttribute()] public enum RasterImageInformationFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum RasterImageInformationFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterImageInformationFlags
[FlagsAttribute()] public enum RasterImageInformationFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterImageInformationFlags = function() { }; Leadtools.RasterImageInformationFlags.prototype = {<br/> LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class RasterImageInformationFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x00000001 | Memory | MemoryFlags property is valid |
0x00000002 | TileSize | TileSize property is valid |
0x00000004 | TotalTiles | TotalTiles property is valid |
0x00000008 | ConventionalTiles | ConventionalTiles property is valid |
0x00000010 | MaximumTileViews | MaximumTileViews property is valid |
0x00000020 | TileViews | TileViews property is valid |
System.Object
System.ValueType
System.Enum
Leadtools.RasterImageInformationFlags