Aspose::Cells::Drawing::SignatureLine::GetShowSignedDate method

SignatureLine::GetShowSignedDate method

Indicates whether show signed date.

bool Aspose::Cells::Drawing::SignatureLine::GetShowSignedDate()

Examples

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

See Also