IsLine

SignatureLine.IsLine property

İmza satırı olup olmadığını gösterir.

public bool IsLine { get; set; }

Örnekler


[C#]
if(s.IsLine)
{
    // Çizgidir.
}

Ayrıca bakınız