XFINIUM.PDF Documentation
Save Method (PdfAFormatter)



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

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback