Aspose::Cells::Drawing::SignatureLine::SetShowSignedDate method

SignatureLine::SetShowSignedDate method

Indicates whether show signed date.

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

Examples

if (s.GetShowSignedDate() == false)
{
    s.SetShowSignedDate(true);
    //Show signed date.
}

See Also