Back to Devexpress

PdfDocumentProcessor.SaveDocument Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-savedocument.md

latest2.1 KB
Original Source

PdfDocumentProcessor.SaveDocument Method

NameParametersDescription
SaveDocument(Stream, PdfSaveOptions, Boolean)stream, options, detachStreamSaves the current PDF document to the specified stream with encryption settings and document signature using detach stream mode.
SaveDocument(Stream, PdfSaveOptions)stream, optionsSaves the current PDF document to the specified stream with encryption settings and document signature.
SaveDocument(Stream, Boolean)stream, detachStreamSaves the current PDF document to the specified stream using the detach stream mode.
SaveDocument(Stream)streamSaves the current document to the specified file stream.
SaveDocument(String, PdfSaveOptions, Boolean)path, options, detachStreamSaves the current PDF document to the specified file with encryption settings and document signature using the detach stream mode.
SaveDocument(String, PdfSaveOptions)path, optionsSaves the current PDF document to the specified file path with encryption and sign settings.
SaveDocument(String, Boolean)path, detachStreamSaves the current PDF document to the specified file using the detach stream mode.
SaveDocument(String)pathSaves the current document to the specified file path.