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: 2024.11.26
Syntax public 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