Aspose::Cells::Drawing::SignatureLine::SetAllowComments method

SignatureLine::SetAllowComments method

Indicates whether comments could be attached.

void Aspose::Cells::Drawing::SignatureLine::SetAllowComments(bool value)

Examples

if (s.GetAllowComments() == false)
{
    s.SetAllowComments(true);
    // Comments could be attached.
}

See Also