getDocumentId

abstract fun getDocumentId(): Array<Byte>

Returns a document identifier. (inferred from document provider if possible) A permanent identifier. According to the PDF spec, this is based on the contents of the file at the time it was originally created, but in practice we might as well assume it to be random data. The value depends on the first document provider and may change after change to the document providers array.

Return

byte[] The document identifier.