Back to Devexpress

PrintingSystemBase.SaveDocument Method

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-dot-savedocument.md

latest1.2 KB
Original Source

PrintingSystemBase.SaveDocument Method

NameParametersDescription
SaveDocument(Stream, NativeFormatOptions)stream, optionsSaves a document to a Stream object in a native XML format (PRNX) using the specified PRNX-specific options.
SaveDocument(Stream)streamSaves a document to a Stream object in a native XML format (PRNX).
SaveDocument(String, NativeFormatOptions)filePath, optionsSaves a document to the specified file path in a native XML format (PRNX) using the specified PRNX-specific options.
SaveDocument(String)filePathSaves a document to the specified file path in a native XML format (PRNX).