Aspose::Cells::Drawing::SignatureLine::GetAllowComments method
SignatureLine::GetAllowComments method
Indicates whether comments could be attached.
bool Aspose::Cells::Drawing::SignatureLine::GetAllowComments()
Examples
if (s.GetAllowComments() == false)
{
s.SetAllowComments(true);
// Comments could be attached.
}
See Also
- Class Vector
- Class SignatureLine
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++