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: 2024.11.26
Syntax public 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