XFINIUM.PDF Documentation
Save(PdfFixedDocument,String,PdfAFormat) Method



Xfinium.Pdf.Standards Namespace > PdfAFormatter Class > Save Method : Save(PdfFixedDocument,String,PdfAFormat) Method
The document to save.
Destination file where the document is saved.
PDF/A format for the saved document.
Saves the document to the stream in the specified PDF/A format.
Syntax
'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
)

Parameters

document
The document to save.
fileName
Destination file where the document is saved.
format
PDF/A format for the saved document.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfAFormatter Class
PdfAFormatter Members
Overload List