Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public Guid Modification { 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
ExceptionCondition
ArgumentExceptionValue is Empty or equal to Creation.
See Also