Click or drag to resize

FrameRating Property

Gets or sets the rating as a value that is null for no rating, or a value from 1 to 255. The value is converted in ranges into the five star ratings in slightly different ways by different popular tagging applications.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public byte? Rating { get; set; }

Property Value

NullableByte
See Also