Click or drag to resize

PdfGeneratedDocumentSave Method

Overload List
  NameDescription
Public methodSave(Stream)
Saves the document to the specified outStream.
Public methodSave(String)
Saves the document to the specified output file.
Public methodSave(Stream, EventHandlerRenderProgressEventArgs)
Saves the document to the specified outStream.
Public methodSave(String, EventHandlerRenderProgressEventArgs)
Saves the document to the specified output file.
Public methodSave(Stream, PdfSaveOptions, EventHandlerRenderProgressEventArgs)
Saves the Pdf document to the output stream using the provided options.
Public methodSave(String, PdfSaveOptions, EventHandlerRenderProgressEventArgs)
Saves the document to the specified output file.
Public methodSave(String, String, Stream, EventHandlerRenderProgressEventArgs) Obsolete.
Saves the Pdf document to the output stream using the provided passwords.
Top
See Also