SignatureLine.AllowComments
SignatureLine.AllowComments property
Indicates whether comments could be attached.
public bool AllowComments { get; set; }
Examples
[C#]
if(s.AllowComments)
{
// Comments could be attached.
}
See Also
- class SignatureLine
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells