C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the data type for a metadata comment.
public enum RasterCommentMetadataDataType
Public Enum RasterCommentMetadataDataType
public enum RasterCommentMetadataDataType
typedef NS_ENUM(NSInteger, LTRasterCommentMetadataDataType)
public enum RasterCommentMetadataDataType
Leadtools.RasterCommentMetadataDataType = function() { };
Leadtools.RasterCommentMetadataDataType.prototype = {<br/>
Ascii = 0,
URational = 1,
Rational = 2,
Byte = 3,
Int16 = 4,
};
public enum class RasterCommentMetadataDataType
Members
Value | Member | Description |
---|---|---|
0 | Ascii | ASCII character string |
1 | URational | Unsigned rational |
2 | Rational | Rational |
3 | Byte | Byte |
4 | Int16 | 16-bit integer |
For more information, refer to IPTC Comments.
For more information, refer to JPEG and LEAD File Comments.
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