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