SignatureLine.IsLine

SignatureLine.IsLine property

Indicates whether it is a signature line.

public bool IsLine { get; set; }

Examples


[C#]
if(s.IsLine)
{
    //Is line.
}

See Also