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



Xfinium.Pdf.Standards Namespace > PdfUAFormatter Class > Save Method : Save(PdfFixedDocument,String,PdfUAFormat) Method
The document to save.
Destination file where the document is saved.
PDF/UA format for the saved document.
Saves the document to the file in the specified PDF/UA format.
Syntax
'Declaration
 
Public Overloads Shared Sub Save( _
   ByVal document As PdfFixedDocument, _
   ByVal fileName As String, _
   ByVal format As PdfUAFormat _
) 
'Usage
 
Dim document As PdfFixedDocument
Dim fileName As String
Dim format As PdfUAFormat
 
PdfUAFormatter.Save(document, fileName, format)

Parameters

document
The document to save.
fileName
Destination file where the document is saved.
format
PDF/UA 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

PdfUAFormatter Class
PdfUAFormatter Members
Overload List