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)
Syntaxpublic bool IsCertified { get; }Public ReadOnly Property IsCertified As Boolean
Get
Property Value
Type:
Booleantrue 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