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



Xfinium.Pdf.Standards Namespace > PdfUAFormatter Class > Save Method : Save(PdfFixedDocument,Stream,PdfUAFormat) Method
The document to save.
Destination stream where the document is saved.
PDF/UA 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 stream As Stream, _
   ByVal format As PdfUAFormat _
) 
'Usage
 
Dim document As PdfFixedDocument
Dim stream As Stream
Dim format As PdfUAFormat
 
PdfUAFormatter.Save(document, stream, format)
public static void Save( 
   PdfFixedDocument document,
   Stream stream,
   PdfUAFormat format
)
public:
static void Save( 
   PdfFixedDocument^ document,
   Stream^ stream,
   PdfUAFormat format
) 

Parameters

document
The document to save.
stream
Destination stream 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