Contains information about the pages of a document, defined by logical boundary.

interface SplitDocument {
    Index?: number;
    Pages?: number[];
}

Properties

Properties

Index?: number

The index for a given document in a DocumentGroup of a specific Type.

Pages?: number[]

An array of page numbers for a for a given document, ordered by logical boundary.