A File Identifier is described in section 8.3 of the PDF specification.
The first string is a permanent identifier based on the contents of the file
at the time it was originally created, and does not change as the file is
incrementally updated. The second string is a changing identifier based
on the file's contents the last time it was updated.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FileIdentifier()()()() |
Initialises the CreatedPart and ModifiedPart to a randomly generated GUID.
| |
| FileIdentifier(array<Byte>[]()[][]) |
Initialises the CreatedPart and ModifiedPart to the passed string.
| |
| CreatedPart |
Returns the CreatedPart as a byte array.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetReference()()()() | (Inherited from PdfObject.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsIndirect | (Inherited from PdfObject.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ModifiedPart |
Returns the ModifiedPart as a byte array.
| |
| ObjectId | (Inherited from PdfObject.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| Write(PdfWriter) | (Overrides PdfObject.Write(PdfWriter).) | |
| WriteIndirect(PdfWriter) | (Inherited from PdfObject.) |
If this class were being use to update a PDF's file identifier, we'd need
to add a method to parse an existing file identifier.