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