PdfDocumentIdentifierCreationBytes Property |
Gets the permanent identifier based on the contents of the file at the time it was originally created as a
Byte array.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntaxpublic byte[] CreationBytes { get; }Public ReadOnly Property CreationBytes As Byte()
Get
Property Value
Byte
The permanent identifier based on the contents of the file at the time it was originally created as a
Byte array.
See Also