HttpContentType Enumeration
|
Http content to browser.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum HttpContentType
Public Enumeration HttpContentType
public enum class HttpContentType
Members
|
Member name
|
Value
|
Description
|
|
InBrowser
|
0
|
LoadFromStream directly in browser.
|
|
Attachment
|
1
|
SaveToFile as attachment to the disk.
|
See Also