Aspose::Pdf::Forms::Signature::get_ShowProperties método

Signature::get_ShowProperties method

Forzar mostrar/ocultar las propiedades de la firma.

bool Aspose::Pdf::Forms::Signature::get_ShowProperties() const

Observaciones

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

Firmado digitalmente por {certificate subject} Fecha: {signature.Date} Motivo: {signature.Reason} ## Ubicación: {signature.Location}

donde {X} es un marcador de posición para el valor X. Además, la firma puede tener una imagen; en este caso, las cadenas enumeradas se colocan sobre la imagen. ShowProperties es verdadero por defecto.

Ver también