Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Office.GetFileOptions interface

Package:
office

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

Remarks

Used by

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


Feedback

Was this page helpful?