| Pdf | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe PdfDocumentIdentifier type exposes the following members.
 Properties
Properties| 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. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ToString | Returns a String that represents this PdfDocumentIdentifier instance. (Overrides ObjectToString) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetArray | Gets the PdfArray that serves as a backing storage of the specified PdfObject or  if no PdfArray serves as a backing storage of the specified PdfObject. (Defined by PdfObjectExtensions) | 
|  | GetDictionary | Gets the PdfDictionary that serves as a backing storage of the specified PdfObject. (Defined by PdfObjectExtensions) | 
|  | GetOrAddDictionary | Gets the PdfDictionary that serves as a backing storage of the specified PdfObject. (Defined by PdfObjectExtensions) | 
 See Also
See Also