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

    Class DocumentInfo

    Contains information about the document. This information includes the document author, title, keywords, etc.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get author(): string | null

      Gets or sets the name of the person that created the document.

      Returns string | null

    • set author(value: string | null): void

      Gets or sets the name of the person that created the document.

      Parameters

      • value: string | null

      Returns void

    • get createDate(): PdfDateTime | null

      Gets or sets the creation date and time of the document.

      Returns PdfDateTime | null

    • set createDate(date: PdfDateTime | null): void

      Gets or sets the creation date and time of the document.

      Parameters

      Returns void

    • get creator(): string | null

      Gets or sets the name of the application that created the original document.

      Returns string | null

    • set creator(value: string | null): void

      Gets or sets the name of the application that created the original document.

      Parameters

      • value: string | null

      Returns void

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get keywords(): string | null

      Gets or sets keywords (separated by comma) associated with the document.

      Returns string | null

    • set keywords(value: string | null): void

      Gets or sets keywords (separated by comma) associated with the document.

      Parameters

      • value: string | null

      Returns void

    • get modifyDate(): PdfDateTime | null

      Gets or sets the date and time the document was most recently modified.

      Returns PdfDateTime | null

    • set modifyDate(date: PdfDateTime | null): void

      Gets or sets the date and time the document was most recently modified.

      Parameters

      Returns void

    • get producer(): string | null

      Gets or sets the name of the application that created the document.

      Returns string | null

    • set producer(value: string | null): void

      Gets or sets the name of the application that created the document.

      Parameters

      • value: string | null

      Returns void

    • get subject(): string | null

      Gets or sets the subject of the document.

      Returns string | null

    • set subject(value: string | null): void

      Gets or sets the subject of the document.

      Parameters

      • value: string | null

      Returns void

    • get title(): string | null

      Gets or sets the title of the document.

      Returns string | null

    • set title(value: string | null): void

      Gets or sets the title of the document.

      Parameters

      • value: string | null

      Returns void

    Methods

    • Detaches the object from the ObjectManager and deallocates its memory, if possible.

      Returns void

    • Resets properties of this DocumentInfo object to default values.

      Returns void