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



Xfinium.Pdf.Standards Namespace > PdfUAFormatter Class > Save Method : Save(PdfFixedDocument,Stream,PdfUAFormat,Boolean) Method
The document to save.
Destination stream where the document is saved.
PDF/UA format for the saved document.
Enables the compression of PDF file structure
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, _
   ByVal enablePdfStructureCompression As Boolean _
) 
'Usage
 
Dim document As PdfFixedDocument
Dim stream As Stream
Dim format As PdfUAFormat
Dim enablePdfStructureCompression As Boolean
 
PdfUAFormatter.Save(document, stream, format, enablePdfStructureCompression)

Parameters

document
The document to save.
stream
Destination stream where the document is saved.
format
PDF/UA format for the saved document.
enablePdfStructureCompression
Enables the compression of PDF file structure
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