'Declaration
Public Overloads Shared Sub Save( _ ByVal document As PdfFixedDocument, _ ByVal stream As Stream, _ ByVal format As PdfAFormat _ )
'Usage
Dim document As PdfFixedDocument Dim stream As Stream Dim format As PdfAFormat PdfAFormatter.Save(document, stream, format)
public static void Save( PdfFixedDocument document, Stream stream, PdfAFormat format )
public: static void Save( PdfFixedDocument^ document, Stream^ stream, PdfAFormat format )
Parameters
- document
- The document to save.
- stream
- Destination stream where the document is saved.
- format
- PDF/A format for the saved document.