Click or drag to resize

DocumentSave Method

Overload List
  NameDescription
Public methodSave
Saves the PDF document as byte array that can be further saved into a file or send over HTTP.
Public methodSave(Stream)
Saves the document into the specified stream.
Public methodSave(String)
Saves the PDF document into the specified file.
Public methodSave(HttpResponse, Boolean, String)
Saves the document into a HTTP stream.
Top
See Also