| Id Class |
Namespace: Aspose.Pdf
The Id type exposes the following members.
| Name | Description | |
|---|---|---|
| Modified |
Changing identifier based on the document's contents at the time it was last updated.
| |
| Original |
Permanent identifier based on the contents of the document at the time it was originally created.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Document doc = new Document("example.pdf"); string original = doc.Id.Original; string modified = doc.Id.Modified;