DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias FileID

    Defines ID of PDF file.

    type FileID = {
        changingID: number[];
        permanentID: number[];
    }
    Index

    Properties

    changingID: number[]

    Gets or sets 16-byte array defining a changing identifier based on the file's contents at the time it was last updated.

    permanentID: number[]

    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.