TransferOptions
Syntax
interface TransferOptions {
sourceIndices? : number[];
insertBeforeIndex? : number;
}
Attributes
sourceIndices
The array of pages indices to be moved or copied. If it is not specified, all pages will be moved or copied.
insertBeforeIndex
The moved or copied pages will be placed before this index. If it is not specified or out of the maximum range, the specified page(s) will be moved or copied after the last page.