Represents metadata associated with a PDF document.

interface IPdfMetaData {
    CustomValues: string;
}

Properties

Properties

CustomValues: string

Gets or sets custom values associated with the PDF document.