IsLine

SignatureLine.IsLine property

表示是否为签名行。

public bool IsLine { get; set; }

例子


[C#]
if(s.IsLine)
{
    //是线。
}

也可以看看