Click or drag to resize

PdfDocumentSignatureInformationIsCertified Property

Gets a value indicating whether a PDF document is certified.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public bool IsCertified { get; }

Property Value

Type: Boolean
true if a PDF document is certified; otherwise, false.
Remarks
This property does not indicate that the certificate is valid, only that it is present.
See Also