Aspose::Pdf::Forms::Signature::set_ShowProperties method

Signature::set_ShowProperties method

Force to show/hide signature properties.

void Aspose::Pdf::Forms::Signature::set_ShowProperties(bool value)

Remarks

In case ShowProperties is true signature field has predefined format of appearance (strings to represent):

Digitally signed by {certificate subject} Date: {signature.Date} Reason: {signature.Reason} ## Location: {signature.Location}

where {X} is placeholder for X value. Also signature can have image, in this case listed strings are placed over image. ShowProperties is true by default.

See Also