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
- class SignatureLine
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells
İmza satırı olup olmadığını gösterir.
public bool IsLine { get; set; }
[C#]
if(s.IsLine)
{
// Çizgidir.
}