←Select platform

RasterMetadataFlags Enumeration

Summary

Indicates the type of metadata.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum RasterMetadataFlags 
<FlagsAttribute()> 
Public Enum RasterMetadataFlags  
    
    
[FlagsAttribute()] 
public enum 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   

Members

ValueMemberDescription
0x00000000None None
0x00000001Comments Comments
0x00000002Tags Tags
0x00000004Markers Markers
0x00000008GeoKeys GeoKeys
0x0000000FAll (Comments | Tags | Markers | GeoKeys)All (Comments, Tags, Markers and GeoKeys)
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly