Click or drag to resize

PdfDocumentIdentifier Properties

The PdfDocumentIdentifier type exposes the following members.

Properties
 NameDescription
Public propertyCreation 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.
Public propertyCreationBytes Gets the permanent identifier based on the contents of the file at the time it was originally created as a Byte array.
Public propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject)
Public propertyModification 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.
Public propertyModificationBytes Gets the changing identifier based on the file’s contents at the time it was last updated as a Byte array.
Top
See Also