Specifies the different way of presenting the document at the client browser.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public enum HttpReadType
Public Enumeration HttpReadType
public enum class HttpReadType
type HttpReadType
Members
Member | Value | Description |
---|---|---|
Open | 0 |
Send the generated document to the client browser and will open document inside browser or using application associated with .pdf extension externally.
|
Save | 1 |
Send the generated document to the client browser and presents an option to save the document to disk or open inside the browser.
|