Skip to main content
A newer version of this page is available. .

PrintingSystemBase.SaveDocument Method

Name Parameters Description
SaveDocument(Stream, NativeFormatOptions) stream, options Saves a document to a Stream object in a native XML format (PRNX) using the specified PRNX-specific options.
SaveDocument(Stream) stream Saves a document to a Stream object in a native XML format (PRNX).
SaveDocument(String, NativeFormatOptions) filePath, options Saves a document to the specified file path in a native XML format (PRNX) using the specified PRNX-specific options.
SaveDocument(String) filePath Saves a document to the specified file path in a native XML format (PRNX).