Click or drag to resize

FrameText Property

Gets or sets the encoded text of frames that support text. A exception is thrown in the setter if the frame does not support text. The correct encoding (ASCII or 2-byte Unicode) will be chosen automatically based upon the contents of the text value when the tag is saved.

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

Property Value

String
See Also