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
- Class Vector
- Class SignatureLine
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++