[]
Defines ID of PDF file.
public class FileID : PdfArrayWrapper, IPdfArray
Initializes a new instance of the FileID class.
public FileID()
Initializes a new instance of the FileID class.
public FileID(byte[] permanentID, byte[] changingID)
permanentID
byte[]The permanent ID.
changingID
byte[]The changing ID.
Gets or sets 16-byte array defining a changing identifier based on the file’s contents at the time it was last updated.
public byte[] ChangingID { get; set; }
Gets or sets 16-byte array defining a permanent identifier based on the contents of the file at the time it was originally created and does not change when the file is incrementally updated.
public byte[] PermanentID { get; set; }