DIGITAL_SIGN_STAMPER_TRANSPARENT_BACKGROUND
Con este parámetro podemos indicar que el fondo del sello de la firma sea transparente o no. Por defecto el valor es true.
En el siguiente ejemplo se puede ver como utilizar el parámetro:
Java
Policy policy = new Policy();
policy.addParamenter(PolicyParams.DIGITAL_SIGN_STAMPER_TRANSPARENT_BACKGROUND.getKey(), "true");
.Net
policy policy = PolicyUtil.newPolicy(typeFormatSign.PAdES_BASIC, typeSign.ATTACHED);
PolicyUtil.AddParameter(policy, PolicyParams.DIGITAL_SIGN_STAMPER_TRANSPARENT_BACKGROUND, "true");
results matching ""
No results matching ""