TagInfoAscii

class TagInfoAscii(val tag: Int, val name: String, val length: Int, val directoryType: TiffDirectoryType?) : TagInfo

Constructors

Link copied to clipboard
constructor(tag: Int, name: String, length: Int, directoryType: TiffDirectoryType?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isOffset: Boolean = false
Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
val tag: Int
Link copied to clipboard

Return a proper Tag ID like 0x0100

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun isText(): Boolean
Link copied to clipboard
open override fun toString(): String