PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Writes the generated pdf to specified output streams.
Namespace: Smartsite.Pdf
Assembly: Smartsite.Pdf (in Smartsite.Pdf.dll)
Syntax
C# | Copy Code |
---|---|
void Save( primaryOutput, params [] secondaryOutput ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Sub Save ( _ primaryOutput As , _ ParamArray secondaryOutput As () _ ) |
Parameters
- primaryOutput
- Stream
The primary output.
- secondaryOutput
- array<Stream>[]()
The secondary output.
See Also
IPdfContext Interface
Smartsite.Pdf Namespace