←Select platform

RasterCommentMetadataDataType Enumeration

Summary
Indicates the data type for a metadata comment.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum RasterCommentMetadataDataType 
typedef NS_ENUM(NSInteger, LTRasterCommentMetadataDataType) { 
 LTRasterCommentMetadataDataTypeAscii,  
 LTRasterCommentMetadataDataTypeURational,  
 LTRasterCommentMetadataDataTypeRational,  
 LTRasterCommentMetadataDataTypeByte,  
 LTRasterCommentMetadataDataTypeInt16,  
} NS_SWIFT_NAME(LTRasterCommentMetadata.DataType); 
public final class RasterCommentMetadataDataType 
    extends java.lang.Enum<RasterCommentMetadataDataType> 
public enum class RasterCommentMetadataDataType   
class RasterCommentMetadataDataType(Enum): 
   Ascii = 0 
   URational = 1 
   Rational = 2 
   Byte = 3 
   Int16 = 4 
Members
ValueMemberDescription
0AsciiASCII character string
1URationalUnsigned rational
2RationalRational
3ByteByte
4Int1616-bit integer
Remarks

For more information, refer to IPTC Comments.

For more information, refer to JPEG and LEAD File Comments.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.