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). |