Specifies the different way of presenting the document at the client browser.

Namespace: Spire.Pdf
Assembly: 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

MemberValueDescription
Open0
Send the generated document to the client browser and will open document inside browser or using application associated with .pdf extension externally.
Save1
Send the generated document to the client browser and presents an option to save the document to disk or open inside the browser.

See Also