Office.GetFileOptions interface

Provides options for setting the size of slices that the document will be divided into.

Properties

asyncContext

A user-defined item of any type that is returned, unchanged, in the asyncContext property of the AsyncResult object that is passed to a callback.

sliceSize

The size of the slices in bytes. The maximum (and the default) is 4194304 (4MB).

Property Details

asyncContext

A user-defined item of any type that is returned, unchanged, in the asyncContext property of the AsyncResult object that is passed to a callback.

asyncContext?: any

Property Value

any

sliceSize

The size of the slices in bytes. The maximum (and the default) is 4194304 (4MB).

sliceSize?: number

Property Value

number