Document type for each page in the document.

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

Properties

Properties

Page?: number

Page number.

Document type.