Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterMetadataFlags Enumeration








Indicates the type of metadata.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum RasterMetadataFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterMetadataFlags
typedef NS_OPTIONS(NSUInteger, LTRasterMetadataFlags)
public enum RasterMetadataFlags
Leadtools.RasterMetadataFlags = function() { };
Leadtools.RasterMetadataFlags.prototype = {<br/>
  None = 0x00000000,
	Comments = 0x00000001,
	Tags = 0x00000002,
	Markers = 0x00000004,
	GeoKeys = 0x00000008,
	All = 0x0000000F,
	
 };
[FlagsAttribute()]
public enum class RasterMetadataFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None None
0x00000001Comments Comments
0x00000002Tags Tags
0x00000004Markers Markers
0x00000008GeoKeys GeoKeys
0x0000000FAll (Comments | Tags | Markers | GeoKeys)All (Comments, Tags, Markers and GeoKeys)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterMetadataFlags

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file