Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfDocumentProcessor.SaveDocument Method

Name Parameters Description
SaveDocument(Stream, PdfSaveOptions, Boolean) stream, options, detachStream Saves the current PDF document to the specified stream with encryption settings and document signature using detach stream mode.
SaveDocument(Stream, PdfSaveOptions) stream, options Saves the current PDF document to the specified stream with encryption settings and document signature.
SaveDocument(Stream, Boolean) stream, detachStream Saves the current PDF document to the specified stream using the detach stream mode.
SaveDocument(Stream) stream Saves the current document to the specified file stream.
SaveDocument(String, PdfSaveOptions, Boolean) path, options, detachStream Saves the current PDF document to the specified file with encryption settings and document signature using the detach stream mode.
SaveDocument(String, PdfSaveOptions) path, options Saves the current PDF document to the specified file path with encryption and sign settings.
SaveDocument(String, Boolean) path, detachStream Saves the current PDF document to the specified file using the detach stream mode.
SaveDocument(String) path Saves the current document to the specified file path.