PdfDocumentIdentifierModificationBytes Property |
Gets the changing identifier based on the file’s contents at the time it was last updated as a Byte array.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic byte[] ModificationBytes { get; }Public ReadOnly Property ModificationBytes As Byte()
Get
Property Value
Byte
The changing identifier based on the file’s contents at the time it was last updated as a
Byte array.
See Also