Gets the type of the tag.
Namespace: GroupDocs.Metadata.Formats.ImageAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic TiffTagType TagType { get; }
Public ReadOnly Property TagType As TiffTagType
Get
public:
property TiffTagType TagType {
TiffTagType get ();
}
member TagType : TiffTagType with get
Property Value
Type:
TiffTagTypeThe tag type.
See Also