ContentDisposition enumeration
ContentDisposition enumeration
Enumerates different ways of presenting the document at the client browser.
Note that the actual behavior on the client browser might be affected by security configuration of the browser.
Members
Name | Description |
---|---|
ATTACHMENT | Send the document to the browser and present an option to save the document to disk or open in the application associated with the document’s extension. |
INLINE | Send the document to the browser and presents an option to save the document to disk or open inside the browser. |
See Also
- module aspose.words