Document type for each page in the document.

interface DocumentTypeListItem {
    Page?: number;
    Type?: string;
}

Properties

Properties

Page?: number

Page number.

Type?: string

Document type.