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:
GemBox.Pdf
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 13.0.35.1067
Syntaxpublic Guid Modification { get; set; }
Public Property Modification As Guid
Get
Set
Property Value
Type:
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
See Also