Click or drag to resize

PdfDocumentIdentifierCreation Property

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.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public Guid Creation { get; }

Property Value

Guid
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.
See Also