Pdf |
The PdfDocumentIdentifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | Creation | Gets the permanent identifier based on the contents of the file at the time it was originally created as a Guid value or Empty if CreationBytes cannot be converted to Guid. |
![]() | CreationBytes | Gets the permanent identifier based on the contents of the file at the time it was originally created as a Byte array. |
![]() | Modification | 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. |
![]() | ModificationBytes | Gets the changing identifier based on the file’s contents at the time it was last updated as a Byte array. |