PdfDocumentIdentifierModification Property |
Gets or sets the changing identifier based on the file’s contents at the time it was last updated as a
Guid value or
Empty if
ModificationBytes cannot be converted to
Guid.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public Guid Modification { get; set; }
Public Property Modification As Guid
Get
Set
Property Value
Guid
The changing identifier based on the file’s contents at the time it was last updated as a
Guid value or
Empty if
ModificationBytes cannot be converted to
Guid.
Exceptions Exception | Condition |
---|
ArgumentException | Value is Empty or equal to Creation. |
See Also