Click or drag to resize

FrameDescription Property

Gets or sets the description of frames that support a description. Set a null value to remove a description. A exception is thrown in the setter if the frame does not support a description.

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

Property Value

String
See Also