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