TiffDataType.IsValid

TiffDataType.IsValid property

Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored.

public bool IsValid { get; }

Property Value

true if tag data is valid; otherwise, false.

See Also