PdfDocumentSignatureInformationAllowedChanges Property |
Gets the allowed changes to the document.
Namespace:
Atalasoft.PdfDoc.DigitalSignatures
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public DocumentMDPAllowedChanges AllowedChanges { get; }
Public ReadOnly Property AllowedChanges As DocumentMDPAllowedChanges
Get
Property Value
Type:
DocumentMDPAllowedChanges
The allowed changes to the document. If set to NotSpecified, the document did not provide a set of changes.
If
IsCertified is
false, this will be set to NotSpecified. If
IsCertified
is
true, this is technically allowable but is suspect.
See Also