Click or drag to resize

PdfSigningInfoCanRepairPdf Property

Allowing trying to repair PDF if not valid for signing. It is not specified, used default size true.

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.3.0
Syntax
C#
[DataMemberAttribute(Name = "canRepairPdf")]
public bool? CanRepairPdf { get; set; }

Property Value

Type: NullableBoolean
Examples
true
See Also